<?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>Robert Beal &#187; NAnt</title>
	<atom:link href="http://robertbeal.com/tag/nant/feed" rel="self" type="application/rss+xml" />
	<link>http://robertbeal.com</link>
	<description>A blog about programming (Ruby/C#), Linux, bicycle touring and travel.</description>
	<lastBuildDate>Tue, 24 Jan 2012 05:36:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Speeding Up The Build</title>
		<link>http://robertbeal.com/363/speeding-up-the-build</link>
		<comments>http://robertbeal.com/363/speeding-up-the-build#comments</comments>
		<pubDate>Wed, 20 May 2009 13:22:36 +0000</pubDate>
		<dc:creator>Robert Beal</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[NAnt]]></category>

		<guid isPermaLink="false">http://www.robertbeal.com/?p=363</guid>
		<description><![CDATA[I&#8217;ve written a blog on Huddle about Speeding Up The Build. It covers a few changes that can be made to help keep your build nice and quick (anything over 60 seconds I would consider slow). Ours is currently at ...]]></description>
		<wfw:commentRss>http://robertbeal.com/363/speeding-up-the-build/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Build Process Using CruiseControl.Net &amp; NAnt</title>
		<link>http://robertbeal.com/252/the-build-process-using-cruisecontrolnet-nant</link>
		<comments>http://robertbeal.com/252/the-build-process-using-cruisecontrolnet-nant#comments</comments>
		<pubDate>Wed, 15 Apr 2009 13:55:24 +0000</pubDate>
		<dc:creator>Robert Beal</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Cruise Control]]></category>
		<category><![CDATA[NAnt]]></category>

		<guid isPermaLink="false">http://www.robertbeal.com/?p=252</guid>
		<description><![CDATA[CruiseControl.Net What Is CruiseControl.Net? CruiseControl.Net is a free framework for continuous build integration. It runs as a Windows service on our build server, watching for changes to our source control system. When it detects a change (ie a developer commits ...]]></description>
		<wfw:commentRss>http://robertbeal.com/252/the-build-process-using-cruisecontrolnet-nant/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NAnt Tips and Tricks</title>
		<link>http://robertbeal.com/43/nant-tips-and-tricks</link>
		<comments>http://robertbeal.com/43/nant-tips-and-tricks#comments</comments>
		<pubDate>Fri, 20 Feb 2009 23:35:53 +0000</pubDate>
		<dc:creator>Robert Beal</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[NAnt]]></category>

		<guid isPermaLink="false">http://www.robertbeal.info/?p=43</guid>
		<description><![CDATA[Having been working with our build setup a lot over the last 6 months I thought I&#8217;d share some of NAnt goodness I&#8217;ve learnt. NAnt In General Firstly, NAnt is quite simple. There&#8217;s not a huge amount to learn. It&#8217;s ...]]></description>
		<wfw:commentRss>http://robertbeal.com/43/nant-tips-and-tricks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enforcing Code Styles with ReSharper and StyleCop</title>
		<link>http://robertbeal.com/47/enforcing-code-styles-with-resharper-and-stylecop</link>
		<comments>http://robertbeal.com/47/enforcing-code-styles-with-resharper-and-stylecop#comments</comments>
		<pubDate>Fri, 20 Feb 2009 21:23:42 +0000</pubDate>
		<dc:creator>Robert Beal</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[NAnt]]></category>

		<guid isPermaLink="false">http://www.robertbeal.info/?p=47</guid>
		<description><![CDATA[In my previous article, Compiling Code &#8211; go.bat is your friend, I explained about using NAnt to compile your code (MSBuild, and aspnet_compiler), run unit tests, and use go.bat (as an easy way for developers to be confident their code ...]]></description>
		<wfw:commentRss>http://robertbeal.com/47/enforcing-code-styles-with-resharper-and-stylecop/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Compiling Code with NAnt, go.bat is Your Friend</title>
		<link>http://robertbeal.com/35/compiling-code-gobat-is-your-friend</link>
		<comments>http://robertbeal.com/35/compiling-code-gobat-is-your-friend#comments</comments>
		<pubDate>Sun, 14 Sep 2008 13:03:17 +0000</pubDate>
		<dc:creator>Robert Beal</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[NAnt]]></category>

		<guid isPermaLink="false">http://www.robertbeal.info/?p=35</guid>
		<description><![CDATA[As I&#8217;ve mentioned before, in the root of our &#8220;dev tree&#8221; (ie trunk) we have a &#8220;go.bat&#8221; file which compiles are code. As part of the code police, it&#8217;s a sly way of trying to impose code that doesn&#8217;t break ...]]></description>
		<wfw:commentRss>http://robertbeal.com/35/compiling-code-gobat-is-your-friend/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

