1
The Build Process Using CruiseControl.Net & NAnt
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.
1
Configuring CruiseControl.Net
At Huddle I’ve recently been involved with looking at the build setup that we have in place (also see my article Defining a development tree). This article explains how we have set up CruiseControl.Net and the lessons we have learnt along the way.
… Continue Reading