More on NAnt
Ref: link These are some links to NAnt the open source automated build tool. If you aren’t using a tool to automate your builds you should check it out.
- Good article on 123aspx by Aaron Junod talking about using NAnt to automate builds with step by step examples - link
- TheServerSide.Net article by Justin Gehtland about building with NAnt - link
- NAnt Task Reference – Links to all the built in Tasks - link
- The vssLabel task from NAntContrib – allows you to put a label on a source safe tree during a build - link
- The solution task – takes a .NET Solution and compiles it via NAnt - link
- The Mail Task – good for sending build status messages - link
- Version Task from NAntContrib that will auto generate a build number for you - link
- Joe Field’s Cruise Control from Scratch - link
- Steve Eichert’s blog post with associated comments on building MSI’s with NAnt - link






