What's hot ? (and I mean really ...) - scroll down for more
1).  Code Templating - advanced usage of delegates & generics: my slides & demos are available for download! CodeProject article is also available.

2).  My series "TDD in the eyes of a simpleminded" is in progress(including code!): preface, part1, part2, Q&A 1, Manual Stub .vs. Mock Stub

3).  TDD Workshop: SeeCompass v0.1 and v0.2 are out.
# 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.

Posted by Oren Ellenbogen 
21/02/2007 11:26, Israel time UTC+02:00,     Comments [1]  | 
Sunday, March 11, 2007 2:52:04 AM (Jerusalem Standard Time, UTC+02:00)
I have posted about the Web Deployment Project, this give you more easy way to interfere in your web project deployment and extending the MSBuild script.

so check it out.
http://natidobkin.blogspot.com/2007/03/manage-your-web-projects-deployment.html
Comments are closed.