[Build Knowledge] Versioning

Today I’ll show you how to use NAnt and Cruise Control.Net to Version your application.
What you’ll need
1. NAnt A .Net Build tool. We’re going to use this to compile our Hello World Application and set the version number.
2. Cruise Control.Net A Continious Integration Server that lets us start NAnt and makes our version number.

Sleep Overrated – Scott Cowan[Build Knowledge] Versioning

Demo on automating your build with NAnt and CCNet

I’ve prepared a presentation and demo of automating a build with NAnt and CCNet. It uses Subversion for the trunk, and all you have to do is checkout the trunk and run the build. You can check it out anonymously from the Google Code Subversion repository.

Demo on automating your build with NAnt and CCNet – Jeffrey Palermo [MVP]