Building a Nant Script -- Part 4: Adding fxCop to your build script
Category: Languages > .net
Posted: 25 Jun 09
In this episode we will continue our series on how to create a build script using the NAnt build tool.
In this episode we will take a look at how to add in the ability to run the fxCop static analysis tool to your build script. Having this ability can allow you to keep very close tabs on y...
|
|
|
|
|
Building a Nant Script -- Part 2: Adding NUnit tests
Category: Languages > .net
Posted: 24 Jun 09
In this episode we will continue our series on how to create a build script using the NAnt build tool.
In this episode we will build off the script for preivous episode and add in the ability to run NUnit tests within our script. You can get the script for this episode here
|
|
Building a Nant Script -- Part 1: Setting up the script
Category: Languages > .net
Posted: 24 Jun 09
In this episode we will start a series on how to create a build script using the NAnt build tool.
We will start off this series by walking you though how to setup a simple build script which will simply compile your application. We will use this script as our basis for all future episodes ...
|
|