Videos tagged with NAnt
Summary Two of ThoughtWorks’ finest, Martin Fowler and Jez Humble, talk about the notion of Continuous Delivery, which enables organizations to build software that is production ready at all times. To do this, enterprises automate the build, deployment, and testing process, and improve collaboration between developers, testers, and operations. The duo discusses a variety of related issues. Bio ...
DimeCasts.Net #149: Introduction to NDepend, adding NDepend to your Nant Script
This episode we are we are going to take a look at the NDepend static analysis tool.When taking a look at NDepend we are going first to do a simple fly-by of how to setup and run NDepend. Once we have our simple project up and running we are going to turn our focus at takig a look at how to run NDepend from our NAnt scripts. Running NDepend as part of our builds will allow us to have a clear pi...
DimeCasts.Net #141: Learning 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 putting tokens in your files and letting Nant replace those tokens for each user based on their unique settings.
DimeCasts.Net #126: Building 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 via our scripts to run our MSTest unit tests.
DimeCasts.Net #122: Creating Custom Functions w/ NAnt
In this episode we will take a look at how to create a custom function for your NAnt script.After you have the basics of NAnt down you may quickly find out that there are features you need, but they are not part of the core library. The good news for you is that in very little effort or coding you can create your own custom assembly which will expose your newly created NAnt functions
DimeCasts.Net #101: Building a Nant Script – Part 4: Adding fxCop to your build script
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 your code at any time. You can get the script for this episode here
DimeCasts.Net #87: Building a Nant Script – Part 4: Running SQL Scripts w/ 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 using the SqlCmd tool.
DimeCasts.Net #82: Building a Nant Script – Part 3: Adding Code Coverage w/ NCover
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 episode #81 and add in the ability to run code coverage within our script. You can get the script for this episode here
DimeCasts.Net #81: Building 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 for episode #78 and add in the ability to run NUnit tests within our script. You can get the script for this episode here
DimeCasts.Net #78: Building 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 simply compile your application. We will use this script as our basis for all future episodes on this topic. Purchase this book with code decp75 and save 40% for a limited time -- http://www.manning.co...