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

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

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