NAnt, A .NET Build Tool

Welcome to my NAnt article page. On this page you can find various articles related to NAnt.

First let me explain what NAnt is: a build automation tool for the .NET framework. You instruct NAnt by supplying it with XML based build scripts which describe every step of the build process. The build process may contain various tasks like: compiling, testing, generating documentation and creating distribution files.

You can download NAnt from its official website [1]; you can find documentation there as well. Make sure to check out the NAnt contribution website [2] where you can find contributions which have not yet made it to the made distribution.

I hope you like the articles I have written. If you have any questions, comments or suggestions please let me now. Enjoy!

Articles

Sources

[1] Official NAnt Website
[2] NAnt Contribution Website