I\'m looking for a command to run against the MSBuild.exe that just takes a MVC 4 project and publishes it to a given directory.
MSBuild.exe
For example,
The command below works perfect:
msbuild Myproject.sln /t:Rebuild /p:outdir="c:\outproject\\" /p:Configuration=Release /p:Platform="Any CPU"