I am trying to write a script that creates a deployment package for MVC project in solution with enabled nuget restore. When I write it manually if fails with different errors. But when I try to do it with visual studio 2012 (I click “Publish” and select “File System”) it works just fine, so can I somehow to take a look at what VS does to build it??
Share
Increase the verbosity of MSBuild:
Via command-line:
or —
In Visual Studio:
Tools > Options > Projects and Solutions > Build and Run: