Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
878 views
in Technique[技术] by (71.8m points)

visual studio 2010 - Build Web Deployment Package From Command Line

Is there any way to build deployment package for a Web Application using Visual Studio 2010 CommandLine ?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...