Learning Nant: Creating Token Driving Configuration Files

Published September 28th, 2009 Under Configuration Management | Leave a Comment

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 putting tokens in your files and letting Nant replace those tokens for each user based on their unique settings.

http://www.dimecasts.net/Content/WatchEpisode/141

Building a NAnt script – Part 5: Adding MSTest results to your build scripts

Published July 17th, 2009 Under Configuration Management, Continuous Integration | Leave a Comment

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 via our scripts to run our MSTest unit tests.

http://www.dimecasts.net/Content/WatchEpisode/126

Building a Nant Script – Part 3: Adding Code Coverage

Published February 3rd, 2009 Under Configuration Management, Continuous Integration | Leave a Comment

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 coverage within our script. You can get the script for this episode here

http://www.dimecasts.net/Content/WatchEpisode/83

Building a Nant Script – Part 2: Adding NUnit tests

Published January 29th, 2009 Under Configuration Management, Continuous Integration, Unit Testing | Leave a Comment

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 within our script.  You can get the script for this episode here.

http://www.dimecasts.net/Content/WatchEpisode/82