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,
Create a build.xml file thats look like below
Start Visual Studio command prompt
Run msbuild build.xml
$(MSBuildProjectDirectory)\Build MyProject.csproj MyProjectNameInVisualStudio $(MSBuildProjectDirectory)\CopyTo