Can anyone give an msbuild command to create build package from .sln? My Project is an asp.net mvc project.
I want to create a build folder which contains dlls, pages, fonts and all such folders. i dont want to use visual studio.
Tried the below but fails
msbuild C:\ContosoUniversity\ContosoUniversity.sln /p:DeployOnBuild=true /p:PublishProfile=Test
Please suggest!
Thanks