Good afternoon!
I found this solution here: VS2010 Windows Web Publishing Publishing Version for File System Deployment
C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe .\MyProject.csproj /p:Configuration=Release;DeployOnBuild=True;PackageAsSingleFile=False;outdir=c:\_OuputDir\
But it seems that Web.config conversions are not being executed.
Maybe there is a better \ cleaner way to duplicate the VS2010 Publish Web dialog?
Update: The answer that is marked is the shortest command line for publishing I have found so far. Web.config transformations are applied, but connection strings are handled differently, here description \ workaound
asp.net-mvc deployment
artvolk Dec 07 '10 at 21:38 2010-12-07 21:38
source share