The Build Process Using CruiseControl.Net & NAnt
// April 15th, 2009 // No Comments » // Programming, Work
CruiseControl.Net
What Is CruiseControl.Net?
- CruiseControl.Net is a free framework for continuous build integration.
- It runs as a Windows service on our build server, watching for changes to our source control system. When it detects a change (ie a developer commits some code) it triggers an action.
- It also comprised of a Web Dashboard, so that build reports (ie the outcome of an action) can be viewed in a browser.
- It’s configured using XML.
- CruiseControl.Net lives on our “Kermit” build server.