Tag: NAnt

.NET Projects: Generating Documentation with Sandcastle

This is a walkthrough in automating Sandcastle to generate API documentation during an automated build process.

January 10, 2010 @ 9:29 pm — 0 Comments

Posted in Programming — Tagged , ,

.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.

November 18, 2009 @ 11:18 am — 0 Comments

Posted in Programming — Tagged ,

Revisiting NAnt for Builds

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.

November 15, 2009 @ 10:09 pm — 0 Comments

Posted in Programming — Tagged ,

.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.

December 28, 2007 @ 9:59 pm — 1 Comment

Posted in Programming — Tagged ,