A P P E N D I X  G

Continuous Integration with Cruise Control.NET

Unless you are a team of one, you will have come across the situation of multiple developers frequently checking code changes into a source repository. With all these developers checking in code, it can be hard to maintain a working build of your product. To ensure you have that working build, you need a tool that will verify, every time a developer checks in code to the source repository, that the latest changes did not break the build and the product still compiles successfully. A continuous integration (CI) server is that tool.

Continuous Integration

CI is a cornerstone of the agile process. Its focal point is the idea of continuously integrating code that every developer ...

Get Pro Agile .NET Development with Scrum now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.