Is there any way to build deployment package for a Web Application using Visual Studio 2010 CommandLine ?
I think this has what you are looking for
MSBuild "MyProjectName.csproj" /T:Package /P:Configuration=Staging;PackageLocation="D:VishalPackage.zip"
I got this from this site: http://vishaljoshi.blogspot.com/2009/02/web-packaging-creating-web-packages.html
2.1m questions
2.1m answers
60 comments
57.0k users