Show MSBuild command during build or package in output window of Visual Studio IDE? -
when visual studio build or package solution, output window comes with
------ build started: xxxx...
but, can see actual command execute msbuild every switches, configured in project/solution? such as
c:\xxx\yyy\msbuild.exe /t:compile /switches ... ------ build started: xxxx...
i want make script automate packaging process. can create myself, it'd helpful if can see that.
Comments
Post a Comment