# Wednesday, February 21, 2007

Assuming that you're running it from the same directory the .csproj file exists in (using Visual Studio 2005 Command Prompt):

msbuild wapProjectName.csproj /p:Configuration=Release

msbuild wapProjectName.csproj /target:_CopyWebApplication /property:OutDir=c:\SomePath\
  /property:WebProjectOutputDir=c:\SomePath\ /p:Configuration=Release

copy bin\*.* c:\SomePath\bin\

Enjoy.

« Israeli Bloggers Dinner   | Main |   Another sign that I'm a programmer »

Posted by Oren Ellenbogen 
21/02/2007 11:26, Israel time UTC-07:00,     Comments [1]  |