Tag: NAnt
.NET Projects: Generating Documentation with Sandcastle
This is a walkthrough in automating Sandcastle to generate API documentation during an automated build process.
.NET Projects: Packaging Your Build
Provides a description of packaging build artifacts in a Zip file using NAnt’s built in functionality. Includes code for a task to do the job.
This is a look at how one coder’s standard NAnt build file for .NET projects has evolved. In this post, a new standard buildfile will be shown, including a number of useful and commonly-used tasks.
.NET Projects: Automating Builds with NAnt
Building a .NET project can be a multi-step process. There’s compilation, unit testing, code analysis, documentation…It goes on and on. Ordinarily, this could be done manually, one step at a time, but it would get tedious very quickly. Well, it so happens there is a useful tool called NAnt that can automate this process, replacing multiple actions with just one. Read on to find out how.



