Learning Nant: Creating Token Driving Configuration Files

Published September 28th, 2009 Under Agile | 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 Software 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 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 4: Running SQL Scripts with SqlCmd

Published March 2nd, 2009 Under Agile | 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 be building off our existing script to add the ability to run sql scripts using the SqlCmd tool.

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

Building a Nant Script – Part 3: Adding Code Coverage

Published February 3rd, 2009 Under Software 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 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 Software 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

Creating an Automated Build for your Application

Published January 6th, 2009 Under Coding, Software Testing | Leave a Comment

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.

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