Incremental build with anytime rollback

Posted by Ostati on Stack Overflow See other posts from Stack Overflow or by Ostati
Published on 2010-04-01T19:09:58Z Indexed on 2010/04/01 19:13 UTC
Read the original article Hit count: 434

Filed under:

Ok, I get the incremental build and I'm working on it already, but I don't got the idea how to do rollbacks in case I need to. At the moment I'm using MSBuild and CruiseControl.NET to create the build system; everything is going smooth right up to the point when I start thinking about rollbacks. How is it achieved using either MSBuild or CruiseControl.NET?

Cheers!

© Stack Overflow or respective owner

Related posts about msbuild