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) -

Pull out data related to my apps from Android Play Store and iOS App Store -

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