Creating an Automated Build for your Application
In this episode we will walk you though how create and setup a basic automated build script for your application. We will be using various tools in this episode such as Tree Surgeon and NAnt....
View ArticleBuilding a Nant Script – Part 1: Setting up the script
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...
View ArticleBuilding a Nant Script – Part 2: Adding NUnit tests
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 of Part 1 and add in the ability to run NUnit tests...
View ArticleBuilding a Nant Script – Part 3: Adding Code Coverage
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 the part 2 and add in the ability to run code...
View ArticleBuilding a Nant Script – Part 4: Running SQL Scripts with SqlCmd
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 be building off our existing script to add the ability to run sql scripts...
View ArticleBuilding a NAnt script – Part 5: Adding MSTest results to your build scripts
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 MSTest testing engine...
View ArticleLearning Nant: Creating Token Driving Configuration Files
In this episode we are going to continue our series on how to create a build script using the Nant build tool. In this episode we going to take a look at how we can create dynamic config files by...
View Article