<?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; continuous integration</title>
	<atom:link href="http://www.dotnet-tv.com/tag/continuous-integration/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>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>Learning Hudson: Setting up a Simple Build</title>
		<link>http://www.dotnet-tv.com/2009/05/12/learning-hudson-setting-up-a-simple-build/</link>
		<comments>http://www.dotnet-tv.com/2009/05/12/learning-hudson-setting-up-a-simple-build/#comments</comments>
		<pubDate>Tue, 12 May 2009 11:46:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[configuration management]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1272</guid>
		<description><![CDATA[In this episode we will take a look at how to setup the Hudson build server for  our application. We will start off by showing how simple it is to install Hudson  and then walk through various configuration points in the server. Finally we  will end up by creating a simple build which pulls from SVN and runs our Nant  script.
http://www.dimecasts.net/Content/WatchEpisode/109
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/05/12/learning-hudson-setting-up-a-simple-build/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>
	</channel>
</rss>

