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! |
********************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top