publish from command line in VS2008

  • Thread starter Thread starter Anonymous
  • Start date Start date
A

Anonymous

How do I publish a web site (web application .net 2.0) from the command line
in VS2008?
 
You can set up an automated build with MSBuild. If you prefer continuous
integration (build with every check in), you can use Cruise Control .NET and
set up either MSBuild or nAnt as your build "engine". Both allow quite a bit
of customization. Both allow you to build without reinventing the wheel.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
 
Back
Top