<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>nunit4teambuild Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/nunit4teambuild/Wiki/View.aspx?title=Home</link><description>nunit4teambuild Wiki Rss Description</description><item><title>Updated Wiki: sample script</title><link>http://nunit4teambuild.codeplex.com/Wiki/View.aspx?title=sample script&amp;version=5</link><description>&lt;div class="wikidoc"&gt;This is a sample script that you can include in your build process.  Note that the use of the &amp;lt;BuildStep&amp;gt; tasks are optional and you can remove those if you desire.&lt;br /&gt;&lt;br /&gt;      &amp;lt;Target Name=&amp;quot;AfterCompile&amp;quot;&amp;gt; &lt;br /&gt;            &amp;lt;!-- Create a Custom Build Step --&amp;gt;&lt;br /&gt;            &amp;lt;BuildStep TeamFoundationServerUrl=&amp;quot;$(TeamFoundationServerUrl)&amp;quot; BuildUri=&amp;quot;$(BuildUri)&amp;quot; Name=&amp;quot;NUnitTestStep&amp;quot; Message=&amp;quot;Running Nunit Tests&amp;quot;&amp;gt;&lt;br /&gt;                  &amp;lt;Output TaskParameter=&amp;quot;Id&amp;quot; PropertyName=&amp;quot;NUnitStepId&amp;quot; /&amp;gt;&lt;br /&gt;            &amp;lt;/BuildStep&amp;gt;&lt;br /&gt;            &lt;br /&gt;            &amp;lt;!-- Get Assemblies to test --&amp;gt;&lt;br /&gt;            &amp;lt;ItemGroup&amp;gt;&lt;br /&gt;                  &amp;lt;TestAssemblies Include=&amp;quot;$(OutDir)\**\cs-*.dll&amp;quot; /&amp;gt;&lt;br /&gt;            &amp;lt;/ItemGroup&amp;gt;&lt;br /&gt;            &lt;br /&gt;            &amp;lt;!-- Run NUnit and check the result --&amp;gt;&lt;br /&gt;            &amp;lt;NUnit ContinueOnError=&amp;quot;true&amp;quot; Assemblies=&amp;quot;@(TestAssemblies)&amp;quot; OutputXmlFile=&amp;quot;$(OutDir)nunit_results.xml&amp;quot; ToolPath=&amp;quot;$(ProgramFiles)\Nunit 2.4.7\bin\&amp;quot;&amp;gt;&lt;br /&gt;                  &amp;lt;Output TaskParameter=&amp;quot;ExitCode&amp;quot; PropertyName=&amp;quot;NUnitResult&amp;quot; /&amp;gt;&lt;br /&gt;            &amp;lt;/NUnit&amp;gt;&lt;br /&gt;            &amp;lt;BuildStep Condition=&amp;quot;'$(NUnitResult)'=='0'&amp;quot; TeamFoundationServerUrl=&amp;quot;$(TeamFoundationServerUrl)&amp;quot; BuildUri=&amp;quot;$(BuildUri)&amp;quot; Id=&amp;quot;$(NUnitStepId)&amp;quot; Status=&amp;quot;Succeeded&amp;quot; /&amp;gt;&lt;br /&gt;            &amp;lt;BuildStep Condition=&amp;quot;'$(NUnitResult)'!='0'&amp;quot; TeamFoundationServerUrl=&amp;quot;$(TeamFoundationServerUrl)&amp;quot; BuildUri=&amp;quot;$(BuildUri)&amp;quot; Id=&amp;quot;$(NUnitStepId)&amp;quot; Status=&amp;quot;Failed&amp;quot; /&amp;gt;&lt;br /&gt;&lt;br /&gt;            &amp;lt;!-- Regardless of NUnit success/failure upload the results to TFS. --&amp;gt;&lt;br /&gt;            		&amp;lt;Exec Command=&amp;quot;&amp;amp;quot;$(MSBuildProjectDirectory)\NUnitTFS.exe&amp;amp;quot; -n &amp;amp;quot;$(OutDir)nunit_results.xml&amp;amp;quot; -t &amp;amp;quot;$(TeamProject)&amp;amp;quot; -b &amp;amp;quot;$(BuildNumber)&amp;amp;quot; -f &amp;amp;quot;%(ConfigurationToBuild.FlavorToBuild)&amp;amp;quot; -p &amp;amp;quot;%(ConfigurationToBuild.PlatformToBuild)&amp;amp;quot; -x &amp;amp;quot;$(MSBuildProjectDirectory)\NUnitToMSTest.xslt&amp;amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;&lt;br /&gt;            &amp;lt;!-- If NUnit failed it's time to error out --&amp;gt;&lt;br /&gt;            &amp;lt;Error Condition=&amp;quot;'$(NUnitResult)'!='0'&amp;quot; Text=&amp;quot;Unit Tests Failed&amp;quot; /&amp;gt;&lt;br /&gt;      &amp;lt;/Target&amp;gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>MrKWatkins</author><pubDate>Wed, 05 Aug 2009 18:57:53 GMT</pubDate><guid isPermaLink="false">Updated Wiki: sample script 20090805065753P</guid></item><item><title>Updated Wiki: Home</title><link>http://nunit4teambuild.codeplex.com/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Add support for NUnit to TFS 2008&amp;#39;s Team Build so that your NUnit test results are visible in the build log and incorporated into the data warehouse for reporting.&lt;br /&gt;&lt;br /&gt;Great for teams with an existing investment in NUnit tests, or those who prefer NUnit over other testing frameworks.&lt;br /&gt;&lt;br /&gt;To add support for NUnit to your build you need to follow a few simple steps:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Make sure NUnit is installed on your build server.&lt;/li&gt;
&lt;li&gt;Unzip the files from the download and add them to source control in the same folder as your TFSBuild.proj&lt;/li&gt;
&lt;li&gt;Update the NUnitTFS.exe.config file to point to your TFS server&lt;/li&gt;
&lt;li&gt;Change your build script to run NUnit and then call the NUnitTFS utility (see the &lt;a href="http://nunit4teambuild.codeplex.com/Wiki/View.aspx?title=sample%20script"&gt;sample script&lt;/a&gt; for an idea of how this is done)&lt;/li&gt;
&lt;li&gt;Run your build!&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;If it's all set up correctly the next time you build you should see your build logs looking something like this:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://lh5.ggpht.com/rbanks54/SFefrLCp_ZI/AAAAAAAAAYU/-RyT9aOqaVU/clip_image004_thumb4.jpg?imgmax=800" /&gt;&lt;br /&gt;&lt;br /&gt;If you follow the sample script you'll also need to make sure you have the &lt;a href="http://msbuildtasks.tigris.org/" class="externalLink"&gt;The MSBuild Community Tasks&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; installed on your build server.&lt;br /&gt;&lt;br /&gt;Version 1.0 required MSTest to be installed for publishing test results, but this is no longer a requirement as of version 1.1.&lt;br /&gt;&lt;br /&gt;This release has been tested with &lt;a href="http://www.nunit.org" class="externalLink"&gt;NUnit&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; 2.4.7, 2.4.8 and 2.5.&lt;br /&gt;&lt;br /&gt;For more information see the &lt;a href="http://nunit4teambuild.codeplex.com/Wiki/View.aspx?title=developer%20notes"&gt;developer notes&lt;/a&gt; and &lt;a href="http://www.mrkwatkins.co.uk/Blog/2009/07/25/Making-NUnit-Play-Nicely-With-Team-Foundation-Server" class="externalLink"&gt;http://www.mrkwatkins.co.uk/Blog/2009/07/25/Making-NUnit-Play-Nicely-With-Team-Foundation-Server&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>MrKWatkins</author><pubDate>Wed, 05 Aug 2009 18:56:19 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090805065619P</guid></item><item><title>Updated Wiki: Home</title><link>http://nunit4teambuild.codeplex.com/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Add support for NUnit to TFS 2008&amp;#39;s Team Build so that your NUnit test results are visible in the build log and incorporated into the data warehouse for reporting.&lt;br /&gt;&lt;br /&gt;Great for teams with an existing investment in NUnit tests, or those who prefer NUnit over other testing frameworks.&lt;br /&gt;&lt;br /&gt;To add support for NUnit to your build you need to follow a few simple steps:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Make sure NUnit is installed on your build server.&lt;/li&gt;
&lt;li&gt;Unzip the files from the download and add them to source control in the same folder as your TFSBuild.proj&lt;/li&gt;
&lt;li&gt;Update the NUnitTFS.exe.config file to point to your TFS server&lt;/li&gt;
&lt;li&gt;Change your build script to run NUnit and then call the NUnitTFS utility (see the &lt;a href="http://nunit4teambuild.codeplex.com/Wiki/View.aspx?title=sample%20script"&gt;sample script&lt;/a&gt; for an idea of how this is done)&lt;/li&gt;
&lt;li&gt;Run your build!&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;If it's all set up correctly the next time you build you should see your build logs looking something like this:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://lh5.ggpht.com/rbanks54/SFefrLCp_ZI/AAAAAAAAAYU/-RyT9aOqaVU/clip_image004_thumb4.jpg?imgmax=800" /&gt;&lt;br /&gt;&lt;br /&gt;If you follow the sample script you'll also need to make sure you have the &lt;a href="http://msbuildtasks.tigris.org/" class="externalLink"&gt;The MSBuild Community Tasks&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; installed on your build server.&lt;br /&gt;&lt;br /&gt;Version 1.0 required MSTest to be installed for publishing test results, but this is no longer a requirement as of version 1.1.&lt;br /&gt;&lt;br /&gt;This release has been tested with &lt;a href="http://www.nunit.org" class="externalLink"&gt;NUnit&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; 2.4.7 and 2.4.8 and should work with NUnit 2.5 as well.&lt;br /&gt;&lt;br /&gt;For more information see the &lt;a href="http://nunit4teambuild.codeplex.com/Wiki/View.aspx?title=developer%20notes"&gt;developer notes&lt;/a&gt; and &lt;a href="http://www.mrkwatkins.co.uk/Blog/2009/07/25/Making-NUnit-Play-Nicely-With-Team-Foundation-Server" class="externalLink"&gt;http://www.mrkwatkins.co.uk/Blog/2009/07/25/Making-NUnit-Play-Nicely-With-Team-Foundation-Server&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rbanks54</author><pubDate>Fri, 31 Jul 2009 04:59:23 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090731045923A</guid></item><item><title>Updated Wiki: sample script</title><link>http://nunit4teambuild.codeplex.com/Wiki/View.aspx?title=sample script&amp;version=4</link><description>&lt;div class="wikidoc"&gt;This is a sample script that you can include in your build process.  Note that the use of the &amp;lt;BuildStep&amp;gt; tasks are optional and you can remove those if you desire.&lt;br /&gt;&lt;br /&gt;      &amp;lt;Target Name=&amp;quot;AfterCompile&amp;quot;&amp;gt; &lt;br /&gt;            &amp;lt;!-- Create a Custom Build Step --&amp;gt;&lt;br /&gt;            &amp;lt;BuildStep TeamFoundationServerUrl=&amp;quot;$(TeamFoundationServerUrl)&amp;quot; BuildUri=&amp;quot;$(BuildUri)&amp;quot; Name=&amp;quot;NUnitTestStep&amp;quot; Message=&amp;quot;Running Nunit Tests&amp;quot;&amp;gt;&lt;br /&gt;                  &amp;lt;Output TaskParameter=&amp;quot;Id&amp;quot; PropertyName=&amp;quot;NUnitStepId&amp;quot; /&amp;gt;&lt;br /&gt;            &amp;lt;/BuildStep&amp;gt;&lt;br /&gt;            &lt;br /&gt;            &amp;lt;!-- Get Assemblies to test --&amp;gt;&lt;br /&gt;            &amp;lt;ItemGroup&amp;gt;&lt;br /&gt;                  &amp;lt;TestAssemblies Include=&amp;quot;$(OutDir)\**\cs-*.dll&amp;quot; /&amp;gt;&lt;br /&gt;            &amp;lt;/ItemGroup&amp;gt;&lt;br /&gt;            &lt;br /&gt;            &amp;lt;!-- Run NUnit and check the result --&amp;gt;&lt;br /&gt;            &amp;lt;NUnit ContinueOnError=&amp;quot;true&amp;quot; Assemblies=&amp;quot;@(TestAssemblies)&amp;quot; OutputXmlFile=&amp;quot;$(OutDir)nunit_results.xml&amp;quot; ToolPath=&amp;quot;$(ProgramFiles)\Nunit 2.4.7\bin\&amp;quot;&amp;gt;&lt;br /&gt;                  &amp;lt;Output TaskParameter=&amp;quot;ExitCode&amp;quot; PropertyName=&amp;quot;NUnitResult&amp;quot; /&amp;gt;&lt;br /&gt;            &amp;lt;/NUnit&amp;gt;&lt;br /&gt;            &amp;lt;BuildStep Condition=&amp;quot;'$(NUnitResult)'=='0'&amp;quot; TeamFoundationServerUrl=&amp;quot;$(TeamFoundationServerUrl)&amp;quot; BuildUri=&amp;quot;$(BuildUri)&amp;quot; Id=&amp;quot;$(NUnitStepId)&amp;quot; Status=&amp;quot;Succeeded&amp;quot; /&amp;gt;&lt;br /&gt;            &amp;lt;BuildStep Condition=&amp;quot;'$(NUnitResult)'!='0'&amp;quot; TeamFoundationServerUrl=&amp;quot;$(TeamFoundationServerUrl)&amp;quot; BuildUri=&amp;quot;$(BuildUri)&amp;quot; Id=&amp;quot;$(NUnitStepId)&amp;quot; Status=&amp;quot;Failed&amp;quot; /&amp;gt;&lt;br /&gt;&lt;br /&gt;            &amp;lt;!-- Regardless of NUnit success/failure merge results into the build --&amp;gt;&lt;br /&gt;            		&amp;lt;Exec Command=&amp;quot;&amp;amp;quot;$(MSBuildProjectDirectory)\NUnitTFS.exe&amp;amp;quot; -n &amp;amp;quot;$(OutDir)nunit_results.xml&amp;amp;quot; -t &amp;amp;quot;$(TeamProject)&amp;amp;quot; -b &amp;amp;quot;$(BuildNumber)&amp;amp;quot; -f &amp;amp;quot;%(ConfigurationToBuild.FlavorToBuild)&amp;amp;quot; -p &amp;amp;quot;%(ConfigurationToBuild.PlatformToBuild)&amp;amp;quot; -x &amp;amp;quot;$(MSBuildProjectDirectory)\NUnitToMSTest.xslt&amp;amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;&lt;br /&gt;            &amp;lt;!-- If NUnit failed it's time to error out --&amp;gt;&lt;br /&gt;            &amp;lt;Error Condition=&amp;quot;'$(NUnitResult)'!='0'&amp;quot; Text=&amp;quot;Unit Tests Failed&amp;quot; /&amp;gt;&lt;br /&gt;      &amp;lt;/Target&amp;gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rbanks54</author><pubDate>Fri, 31 Jul 2009 04:40:52 GMT</pubDate><guid isPermaLink="false">Updated Wiki: sample script 20090731044052A</guid></item><item><title>Updated Wiki: Home</title><link>http://nunit4teambuild.codeplex.com/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Add support for NUnit to TFS 2008&amp;#39;s Team Build so that your NUnit test results are visible in the build log and incorporated into the data warehouse for reporting.&lt;br /&gt;&lt;br /&gt;Great for teams with an existing investment in NUnit tests, or those who prefer NUnit over other testing frameworks.&lt;br /&gt;&lt;br /&gt;To add support for NUnit to your build you need to follow a few simple steps and apply the scripts from this project:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Run Nunit-console and produce an XML log file &lt;/li&gt;
&lt;li&gt;Run the NUnitTFS utility to convert the NUnit results and publish them to the TFS Build Store&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;And then your build logs will look something like this:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://lh5.ggpht.com/rbanks54/SFefrLCp_ZI/AAAAAAAAAYU/-RyT9aOqaVU/clip_image004_thumb4.jpg?imgmax=800" /&gt;&lt;br /&gt;&lt;br /&gt;Fortunately there is a &lt;a href="http://nunit4teambuild.codeplex.com/Wiki/View.aspx?title=sample%20script"&gt;sample script&lt;/a&gt; that you can include into your build.  You then just need to obtain both the XSL Transform (see Releases) and make sure you have the following pre-requisites for your build server:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://msbuildtasks.tigris.org/" class="externalLink"&gt;The MSBuild Community Tasks&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;As of Version 1.1, MSTest is no longer a requirement.&lt;br /&gt;&lt;br /&gt;This release has been tested with &lt;a href="http://www.nunit.org" class="externalLink"&gt;NUnit&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; 2.4.7 and 2.4.8&lt;br /&gt;&lt;br /&gt;For more information see the &lt;a href="http://nunit4teambuild.codeplex.com/Wiki/View.aspx?title=developer%20notes"&gt;developer notes&lt;/a&gt; and &lt;a href="http://www.mrkwatkins.co.uk/Blog/2009/07/25/Making-NUnit-Play-Nicely-With-Team-Foundation-Server" class="externalLink"&gt;http://www.mrkwatkins.co.uk/Blog/2009/07/25/Making-NUnit-Play-Nicely-With-Team-Foundation-Server&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rbanks54</author><pubDate>Fri, 31 Jul 2009 04:39:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090731043956A</guid></item><item><title>Updated Wiki: developer notes</title><link>http://www.codeplex.com/nunit4teambuild/Wiki/View.aspx?title=developer notes&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
Some notes on the way the XSLT works.&lt;br /&gt; &lt;br /&gt;First up, the format of NUnit results and MSTest TRX files are drastically different.  There are some common items, but a TRX has repeated sections for tests (results summary &amp;amp; results) and the TRX files rely on GUIDs to cross reference results and executions.&lt;br /&gt; &lt;br /&gt;Unfortunately generating GUIDs in a transform isn't possible and yet we need to generate the GUIDs for each transform as the TRX TestRun id GUID is used internally by TFS to uniquely identify test results.  If we try publishing different test results using the same GUID then TFS will reject the second attempt with a message indicating the test results have already been published.  What I've had to do is cheat and psuedo-generate the GUIDs based on date/time values extracted from the NUnit results.&lt;br /&gt; &lt;br /&gt;In the XSLT this is done by the TestRunGUID template.&lt;br /&gt; &lt;br /&gt;TRX's also use GUIDs internally for executionID's and testID's.  These are generated from the test number.  Basically I've used the NUnit test result number (from the $pos xsl variable), padded it with zero's and prepended a portion of a Guid onto it to form a properly constructed value.  Since these only need to be unique within the test result file and not across test results (thankfully!) this is OK and makes it fairly easy to generate.  Plus, because we're using the $pos xsl variable, it means we can generate the cross-referenced GUID values that the TRX needs without having to store the values.  Phew!&lt;br /&gt; &lt;br /&gt;The rest of the XSLT is a simple extract and transform operation.  It's a bit lengthy because of the multiple passes of the NUnit results but it works :-).&lt;br /&gt;
&lt;/div&gt;</description><author>rbanks54</author><pubDate>Wed, 25 Jun 2008 04:28:53 GMT</pubDate><guid isPermaLink="false">Updated Wiki: developer notes 20080625042853A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/nunit4teambuild/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Add support for NUnit to TFS 2008&amp;#39;s Team Build so that your NUnit test results are visible in the build log and incorporated into the data warehouse for reporting.&lt;br /&gt;&lt;br /&gt;Great for teams with an existing investment in NUnit tests, or those who prefer NUnit over other testing frameworks.
&lt;br /&gt; &lt;br /&gt;To add support for NUnit to your build you need to follow a few simple steps and apply the scripts from this project:&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Run Nunit-console and produce an XML log file &lt;/li&gt;&lt;li&gt;Convert the Nunit XML output to an MSTest test results file (with a .trx extension) &lt;/li&gt;&lt;li&gt;Use MSTest /publish to push merge the trx file with an existing build&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;And then your build logs will look something like this:&lt;br /&gt; &lt;br /&gt;&lt;img src="http://lh5.ggpht.com/rbanks54/SFefrLCp_ZI/AAAAAAAAAYU/-RyT9aOqaVU/clip_image004_thumb4.jpg?imgmax=800" alt="clip_image004_thumb4.jpg?imgmax=800" /&gt;&lt;br /&gt; &lt;br /&gt;Fortunately there is a &lt;a href="http://www.codeplex.com/nunit4teambuild/Wiki/View.aspx?title=sample%20script&amp;amp;referringTitle=Home"&gt;sample script&lt;/a&gt; that you can include into your build.  You then just need to obtain both the XSL Transform (see Releases) and make sure you have the following pre-requisites for your build server:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://msbuildtasks.tigris.org/" class="externalLink"&gt;The MSBuild Community Tasks&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.xmllab.net/Products/nxslt2/tabid/73/Default.aspx" class="externalLink"&gt;nxslt2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (a free command line .net XSLT utility)&lt;/li&gt;&lt;li&gt;MSTest needs to be installed on the build server&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;This release is tested with &lt;a href="http://www.nunit.org" class="externalLink"&gt;NUnit 2.4.7&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;For more information see: &lt;a href="http://richardsbraindump.blogspot.com/2008/06/merging-nunit-build-results-into-tfs.html" class="externalLink"&gt;http://richardsbraindump.blogspot.com/2008/06/merging-nunit-build-results-into-tfs.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and the &lt;a href="http://www.codeplex.com/nunit4teambuild/Wiki/View.aspx?title=developer%20notes&amp;amp;referringTitle=Home"&gt;developer notes&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>rbanks54</author><pubDate>Wed, 25 Jun 2008 04:10:21 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080625041021A</guid></item></channel></rss>