Tring to build asp.net web application using MSbuild. Build getting successful but in build_output
folder only DLLs are present. When i do publish from visual studio I get a different output which i can deploy to IIS. But MSBUILD gives different output. I want same output as publish from visual studio.
The command I am using:
msbuild ASPWebApp.sln /t:Build /p:DeployOnBuild=true /p:Configuration=Release /p:outdir=.\build_output