<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>.NET Software Development Videos &#38; Tutorial Directory &#187; nant</title>
	<atom:link href="http://www.dotnet-tv.com/tag/nant/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotnet-tv.com</link>
	<description>.NET Software Development Tutorials and Videos: c#, asp, Sql Server, Linq, Visual Basic, Silverlight</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:35:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Learning Nant: Creating Token Driving Configuration Files</title>
		<link>http://www.dotnet-tv.com/2009/09/28/learning-nant-creating-token-driving-configuration-files/</link>
		<comments>http://www.dotnet-tv.com/2009/09/28/learning-nant-creating-token-driving-configuration-files/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 10:48:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[nant]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1447</guid>
		<description><![CDATA[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
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/09/28/learning-nant-creating-token-driving-configuration-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a NAnt script &#8211; Part 5: Adding MSTest results to your build scripts</title>
		<link>http://www.dotnet-tv.com/2009/07/17/building-a-nant-script-part-5-adding-mstest-results-to-your-build-scripts/</link>
		<comments>http://www.dotnet-tv.com/2009/07/17/building-a-nant-script-part-5-adding-mstest-results-to-your-build-scripts/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 13:15:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[mstest]]></category>
		<category><![CDATA[nant]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1327</guid>
		<description><![CDATA[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
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/07/17/building-a-nant-script-part-5-adding-mstest-results-to-your-build-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Nant Script &#8211; Part 4: Running SQL Scripts with SqlCmd</title>
		<link>http://www.dotnet-tv.com/2009/03/02/building-a-nant-script-part-4-running-sql-scripts-with-sqlcmd/</link>
		<comments>http://www.dotnet-tv.com/2009/03/02/building-a-nant-script-part-4-running-sql-scripts-with-sqlcmd/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 11:52:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[configuration management]]></category>
		<category><![CDATA[nant]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1198</guid>
		<description><![CDATA[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
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/03/02/building-a-nant-script-part-4-running-sql-scripts-with-sqlcmd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Nant Script &#8211; Part 3: Adding Code Coverage</title>
		<link>http://www.dotnet-tv.com/2009/02/03/building-a-nant-script-part-3-adding-code-coverage/</link>
		<comments>http://www.dotnet-tv.com/2009/02/03/building-a-nant-script-part-3-adding-code-coverage/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 12:27:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[nant]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1162</guid>
		<description><![CDATA[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
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/02/03/building-a-nant-script-part-3-adding-code-coverage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Nant Script &#8211; Part 2: Adding NUnit tests</title>
		<link>http://www.dotnet-tv.com/2009/01/29/building-a-nant-script-part-2-adding-nunit-tests/</link>
		<comments>http://www.dotnet-tv.com/2009/01/29/building-a-nant-script-part-2-adding-nunit-tests/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 16:49:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[nant]]></category>
		<category><![CDATA[NUnit]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1156</guid>
		<description><![CDATA[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
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/01/29/building-a-nant-script-part-2-adding-nunit-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Nant Script &#8211; Part 1: Setting up the script</title>
		<link>http://www.dotnet-tv.com/2009/01/20/building-a-nant-script-part-1-setting-up-the-script/</link>
		<comments>http://www.dotnet-tv.com/2009/01/20/building-a-nant-script-part-1-setting-up-the-script/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 12:00:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[configuration management]]></category>
		<category><![CDATA[nant]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=1065</guid>
		<description><![CDATA[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.
http://www.dimecasts.net/Content/WatchEpisode/79
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/01/20/building-a-nant-script-part-1-setting-up-the-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating an Automated Build for your Application</title>
		<link>http://www.dotnet-tv.com/2009/01/06/creating-an-automated-build-for-your-application/</link>
		<comments>http://www.dotnet-tv.com/2009/01/06/creating-an-automated-build-for-your-application/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 11:35:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[nant]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=944</guid>
		<description><![CDATA[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
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/01/06/creating-an-automated-build-for-your-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

