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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -