I'd like to create a CruiseControl.NET task to mimic the publish functionality for web applications in Visual Studios. Any suggested approaches or examples? Thanks.
+1
A:
I implemented the RoboCopy task found in the Nightly Build of MSBuild Community Tasks http://msbuildtasks.tigris.org/ and excluded certain files in the copy to my release directory I created.
Achilles
2009-11-12 15:30:45