<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>NUnit for Team Build</title><link>http://nunit4teambuild.codeplex.com/project/feeds/rss</link><description>Add support for NUnit to TFS 2008 &amp;#38; 2010 Team Build so that your NUnit test results are visible in the build log and incorporated into the data warehouse for reporting.      Great for teams with an existing investment in NUnit tests, or those who prefer NUnit over other testing frameworks.</description><item><title>Updated Release: Version 1.2 (Nov 28, 2009)</title><link>http://nunit4teambuild.codeplex.com/releases/view/34628</link><description>&lt;div class="wikidoc"&gt;Bug fix release. Fixes the following issues:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://nunit4teambuild.codeplex.com/workitem/5111"&gt;Ignored tests are reported as failures&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://nunit4teambuild.codeplex.com/workitem/5281"&gt;Descriptions Not Transformed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://nunit4teambuild.codeplex.com/workitem/5282"&gt;Add Support For Inconclusive Tests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://nunit4teambuild.codeplex.com/workitem/5515"&gt;Invalid UnitTestResult@duration Values For Tests That Take Over 60 Seconds To Run&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;I&amp;#39;ve been using this release at work and it seems fine. However it is still a beta so if you find any issues please report them with the Issue Tracker.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rbanks54</author><pubDate>Wed, 20 Feb 2013 04:51:01 GMT</pubDate><guid isPermaLink="false">Updated Release: Version 1.2 (Nov 28, 2009) 20130220045101A</guid></item><item><title>Released: Version 1.2 (Nov 28, 2009)</title><link>http://nunit4teambuild.codeplex.com/releases/view/34628</link><description>
&lt;div class="wikidoc"&gt;Bug fix release. Fixes the following issues:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://nunit4teambuild.codeplex.com/workitem/5111"&gt;Ignored tests are reported as failures&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://nunit4teambuild.codeplex.com/workitem/5281"&gt;Descriptions Not Transformed&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://nunit4teambuild.codeplex.com/workitem/5282"&gt;Add Support For Inconclusive Tests&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://nunit4teambuild.codeplex.com/workitem/5515"&gt;Invalid UnitTestResult@duration Values For Tests That Take Over 60 Seconds To Run&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
I&amp;#39;ve been using this release at work and it seems fine. However it is still a beta so if you find any issues please report them with the Issue Tracker.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 20 Feb 2013 04:51:01 GMT</pubDate><guid isPermaLink="false">Released: Version 1.2 (Nov 28, 2009) 20130220045101A</guid></item><item><title>Updated Wiki: Home</title><link>http://nunit4teambuild.codeplex.com/wikipage?version=16</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;#38; 2010 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;h2&gt;Update&lt;/h2&gt;
In case it&amp;#39;s not obvious, with the inclusion of the unit test adapters in Visual Studio 2012 and the ability to run those test adapters in the TFS2012 build engine this project is now considered as &amp;quot;done&amp;quot;.&lt;br /&gt;&lt;br /&gt;There won&amp;#39;t be any updates for future versions of TFS and the code is considered stable for prior versions of TFS. Of course, pull requests will still be accepted if you find any problems in the code, but don&amp;#39;t expect any new features or functionality.&lt;br /&gt;&lt;br /&gt;Thnks for all the support this project has recieved over the years!&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;Quick Start Guide&lt;/h2&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/wikipage?title=sample%20script&amp;referringTitle=Home"&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&amp;#39;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&amp;#39;ll also need to make sure you have the &lt;a href="http://msbuildtasks.tigris.org/"&gt;The MSBuild Community Tasks&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"&gt;NUnit&lt;/a&gt; 2.4.7, 2.4.8 and 2.5.2.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://nunit4teambuild.codeplex.com/workitem/6390"&gt;Support for TFS 2010&lt;/a&gt; has been added with &lt;a href="http://nunit4teambuild.codeplex.com/releases/view/45765"&gt;version 2.0&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;For information on TFS2008 integration see the &lt;a href="http://nunit4teambuild.codeplex.com/wikipage?title=developer%20notes&amp;referringTitle=Home"&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"&gt;http://www.mrkwatkins.co.uk/Blog/2009/07/25/Making-NUnit-Play-Nicely-With-Team-Foundation-Server&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;For integration with TFS2010 Team Build have a look at this &lt;a href="http://www.heikura.info/publish-nunit-test-results-as-part-of-team-build-in-team-foundation-server-2010"&gt;great post at heikura.info&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;UPDATE 25-Apr-2012: Source code converted to git to enable better collaboration.  Feel free to submit  your pull requests  :-)&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rbanks54</author><pubDate>Wed, 20 Feb 2013 04:46:31 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130220044631A</guid></item><item><title>Created Issue: Support HTTPS for publishing .trx to TFS [8880]</title><link>http://nunit4teambuild.codeplex.com/workitem/8880</link><description>Publishing results to TFS should support HTTPS.&lt;br /&gt;&lt;br /&gt;Here&amp;#39;s an error we&amp;#39;re receiving&amp;#58;&lt;br /&gt;Loading NUnit Output from C&amp;#58;&amp;#92;Builds&amp;#92;2&amp;#92;MyApp&amp;#92;Test.MyApp&amp;#92;Sources&amp;#92;tools&amp;#92;nunit-2.4.4&amp;#92;myperf-test.xml...&lt;br /&gt;Transforming NUnit output to .trx file...&lt;br /&gt;Adding build information to .trx file...&lt;br /&gt;Publishing .trx file...&lt;br /&gt;System.ArgumentException&amp;#58; The provided URI scheme &amp;#39;https&amp;#39; is invalid&amp;#59; expected &amp;#39;http&amp;#39;.Parameter name&amp;#58; via   at System.ServiceModel.Channels.TransportChannelFactory&amp;#96;1.ValidateScheme&amp;#40;Uri via&amp;#41;&lt;br /&gt;&lt;br /&gt;</description><author>jimsz</author><pubDate>Wed, 23 Jan 2013 05:14:52 GMT</pubDate><guid isPermaLink="false">Created Issue: Support HTTPS for publishing .trx to TFS [8880] 20130123051452A</guid></item><item><title>Commented Feature: Add TFS 2010 Activity [6712]</title><link>http://nunit4teambuild.codeplex.com/workitem/6712</link><description>TFS 2010 uses Windows Workflow by default when you setup a new build. Write an activity that we can use with TFS 2010 instead of running the command line tool.&lt;br /&gt;Comments: The link is no longer valid. Can the information be provided&amp;#63;</description><author>jimsz</author><pubDate>Wed, 23 Jan 2013 05:10:52 GMT</pubDate><guid isPermaLink="false">Commented Feature: Add TFS 2010 Activity [6712] 20130123051052A</guid></item><item><title>Commented Issue: Cant find team project (tfs2010) [8570]</title><link>http://nunit4teambuild.codeplex.com/workitem/8570</link><description>When running NUnitTfs it can&amp;#39;t find my team project. I have checked the spelling an the name is MyProject. Does I need to specify the team collection name somewhere&amp;#63; Any suggestions&amp;#63;&lt;br /&gt;&lt;br /&gt;Version&amp;#58; 2.0 Alpha.&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;Users&amp;#92;myuser&amp;#62;C&amp;#58;&amp;#92;Builds&amp;#92;2&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Sources&amp;#92;MyProject&amp;#92;devel&amp;#92;main&amp;#92;Dependencies&amp;#92;nunit4teambuild&amp;#92;NUnitTfs.exe -n C&amp;#58;&amp;#92;Builds&amp;#92;2&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;TestResults&amp;#92;nunit-tests.xml -t MyProject -b &amp;#34;ContinuousIntegration_20110804.7&amp;#34; -v 2010 -p &amp;#34;Any CPU&amp;#34; -f Debug&lt;br /&gt;&lt;br /&gt;Loading NUnit Output from C&amp;#58;&amp;#92;Builds&amp;#92;2&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;TestResults&amp;#92;nunit-tests.xml...&lt;br /&gt;Transforming NUnit output to .trx file...&lt;br /&gt;Adding build information to .trx file...&lt;br /&gt;Publishing .trx file...&lt;br /&gt;System.ServiceModel.FaultException&amp;#58; TF200016&amp;#58; The following project does not exist&amp;#58; MyProject. Verify that the name of the project is correct and that the project exists on the specified Team Foundation Server.&lt;br /&gt;&lt;br /&gt;Server stack trace&amp;#58;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannel.HandleReply&amp;#40;ProxyOperationRuntime operation, ProxyRpc&amp;#38; rpc&amp;#41;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannel.Call&amp;#40;String action, Boolean oneway, ProxyOperationRuntime operation, Object&amp;#91;&amp;#93; ins, Object&amp;#91;&amp;#93; outs, TimeSpan timeout&amp;#41;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService&amp;#40;IMethodCallMessage methodCall, ProxyOperationRuntime operation&amp;#41;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke&amp;#40;IMessage message&amp;#41;&lt;br /&gt;&lt;br /&gt;Exception rethrown at &amp;#91;0&amp;#93;&amp;#58;&lt;br /&gt;   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage&amp;#40;IMessage reqMsg, IMessage retMsg&amp;#41;&lt;br /&gt;   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke&amp;#40;MessageData&amp;#38; msgData, Int32 type&amp;#41;&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.BuildServiceV3.BuildWebServiceSoap.QueryBuilds&amp;#40;BuildDetailSpec&amp;#91;&amp;#93; specs&amp;#41;&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.GetBuildDetails&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 333&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.PublishToTfs&amp;#40;XDocument trx&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 26&lt;br /&gt;   at KWatkins.NUnitTfs.Program.Main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Program.cs&amp;#58;line 29&lt;br /&gt;Comments: Ah, nevermind, in my case I HAD to add the teamcollection.</description><author>MattC7</author><pubDate>Thu, 25 Oct 2012 17:24:23 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cant find team project (tfs2010) [8570] 20121025052423P</guid></item><item><title>Commented Issue: Cant find team project (tfs2010) [8570]</title><link>http://nunit4teambuild.codeplex.com/workitem/8570</link><description>When running NUnitTfs it can&amp;#39;t find my team project. I have checked the spelling an the name is MyProject. Does I need to specify the team collection name somewhere&amp;#63; Any suggestions&amp;#63;&lt;br /&gt;&lt;br /&gt;Version&amp;#58; 2.0 Alpha.&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;Users&amp;#92;myuser&amp;#62;C&amp;#58;&amp;#92;Builds&amp;#92;2&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Sources&amp;#92;MyProject&amp;#92;devel&amp;#92;main&amp;#92;Dependencies&amp;#92;nunit4teambuild&amp;#92;NUnitTfs.exe -n C&amp;#58;&amp;#92;Builds&amp;#92;2&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;TestResults&amp;#92;nunit-tests.xml -t MyProject -b &amp;#34;ContinuousIntegration_20110804.7&amp;#34; -v 2010 -p &amp;#34;Any CPU&amp;#34; -f Debug&lt;br /&gt;&lt;br /&gt;Loading NUnit Output from C&amp;#58;&amp;#92;Builds&amp;#92;2&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;TestResults&amp;#92;nunit-tests.xml...&lt;br /&gt;Transforming NUnit output to .trx file...&lt;br /&gt;Adding build information to .trx file...&lt;br /&gt;Publishing .trx file...&lt;br /&gt;System.ServiceModel.FaultException&amp;#58; TF200016&amp;#58; The following project does not exist&amp;#58; MyProject. Verify that the name of the project is correct and that the project exists on the specified Team Foundation Server.&lt;br /&gt;&lt;br /&gt;Server stack trace&amp;#58;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannel.HandleReply&amp;#40;ProxyOperationRuntime operation, ProxyRpc&amp;#38; rpc&amp;#41;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannel.Call&amp;#40;String action, Boolean oneway, ProxyOperationRuntime operation, Object&amp;#91;&amp;#93; ins, Object&amp;#91;&amp;#93; outs, TimeSpan timeout&amp;#41;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService&amp;#40;IMethodCallMessage methodCall, ProxyOperationRuntime operation&amp;#41;&lt;br /&gt;   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke&amp;#40;IMessage message&amp;#41;&lt;br /&gt;&lt;br /&gt;Exception rethrown at &amp;#91;0&amp;#93;&amp;#58;&lt;br /&gt;   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage&amp;#40;IMessage reqMsg, IMessage retMsg&amp;#41;&lt;br /&gt;   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke&amp;#40;MessageData&amp;#38; msgData, Int32 type&amp;#41;&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.BuildServiceV3.BuildWebServiceSoap.QueryBuilds&amp;#40;BuildDetailSpec&amp;#91;&amp;#93; specs&amp;#41;&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.GetBuildDetails&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 333&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.PublishToTfs&amp;#40;XDocument trx&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 26&lt;br /&gt;   at KWatkins.NUnitTfs.Program.Main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Program.cs&amp;#58;line 29&lt;br /&gt;Comments: I get this error but haven&amp;#39;t added the teamcollection name to the endpoints&amp;#58;&amp;#10;&amp;#10;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;NUnit&amp;#92;publishing&amp;#92;NUnitTfs.exe -n &amp;#34;&amp;#92;&amp;#92;server5&amp;#92;builds&amp;#92;NUnit Trunk Middleware&amp;#92;NUnit Trunk Middleware_20121025.9&amp;#92;logs&amp;#92;RiskTests.dll.ResultXml.xml&amp;#34; -t &amp;#34;Distributed System&amp;#34; -p &amp;#34;Any CPU&amp;#34; -f &amp;#34;Release&amp;#34; -b &amp;#34;NUnit Trunk Middleware_20121025.9&amp;#34; -v 2010&amp;#10; System.ServiceModel.FaultException&amp;#58; TF200016&amp;#58; The following project does not exist&amp;#58; Distributed StarTrade. Verify that the name of the project is correct and that the project exists on the specified Team Foundation Server.&amp;#10;My endpoints are&amp;#58;&amp;#10;&amp;#10;&amp;#60;&amp;#33;-- TFS 2010 services. --&amp;#62;&amp;#10;&amp;#9;&amp;#9;&amp;#9;&amp;#60;endpoint address&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;server5&amp;#58;8080&amp;#47;tfs&amp;#47;TestManagement&amp;#47;v1.0&amp;#47;TestResults.asmx&amp;#34;&amp;#10;&amp;#9;&amp;#9;&amp;#9; binding&amp;#61;&amp;#34;basicHttpBinding&amp;#34; bindingConfiguration&amp;#61;&amp;#34;TestResultsServiceSoap&amp;#34;&amp;#10;&amp;#9;&amp;#9;&amp;#9; contract&amp;#61;&amp;#34;Tfs2010.TestResultsServiceV1.TestResultsServiceSoap&amp;#34; name&amp;#61;&amp;#34;TestResultsServiceSoap&amp;#34; &amp;#47;&amp;#62;&amp;#10;&amp;#10;&amp;#9;&amp;#9;&amp;#9;&amp;#60;endpoint address&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;server5&amp;#58;8080&amp;#47;tfs&amp;#47;Services&amp;#47;v3.0&amp;#47;IdentityManagementService.asmx&amp;#34;&amp;#10;&amp;#9;&amp;#9;&amp;#9; binding&amp;#61;&amp;#34;basicHttpBinding&amp;#34; bindingConfiguration&amp;#61;&amp;#34;IdentityManagementWebServiceSoap&amp;#34;&amp;#10;&amp;#9;&amp;#9;&amp;#9; contract&amp;#61;&amp;#34;Tfs2010.IdentityManagementServiceV3.IdentityManagementWebServiceSoap&amp;#34;&amp;#10;&amp;#9;&amp;#9;&amp;#9; name&amp;#61;&amp;#34;IdentityManagementWebServiceSoap&amp;#34; &amp;#47;&amp;#62;&amp;#10;&amp;#10;&amp;#9;&amp;#9;&amp;#9;&amp;#60;endpoint address&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;server5&amp;#58;8080&amp;#47;tfs&amp;#47;Build&amp;#47;v3.0&amp;#47;BuildService.asmx&amp;#34;&amp;#10;&amp;#9;&amp;#9;&amp;#9; binding&amp;#61;&amp;#34;basicHttpBinding&amp;#34; bindingConfiguration&amp;#61;&amp;#34;BuildWebServiceSoap&amp;#34;&amp;#10;&amp;#9;&amp;#9;&amp;#9; contract&amp;#61;&amp;#34;Tfs2010.BuildServiceV3.BuildWebServiceSoap&amp;#34; name&amp;#61;&amp;#34;BuildWebServiceSoap&amp;#34; &amp;#47;&amp;#62;</description><author>MattC7</author><pubDate>Thu, 25 Oct 2012 17:19:55 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cant find team project (tfs2010) [8570] 20121025051955P</guid></item><item><title>Reviewed: Version 2.0 Alpha 1 (Oct 09, 2012)</title><link>http://nunit4teambuild.codeplex.com/releases/view/45765#ReviewBy-EIrestone</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - Worked great the first time when integrating with msbuild. The product version and file version do not match the alpha versioning of 2.0</description><author>EIrestone</author><pubDate>Tue, 09 Oct 2012 18:57:14 GMT</pubDate><guid isPermaLink="false">Reviewed: Version 2.0 Alpha 1 (Oct 09, 2012) 20121009065714P</guid></item><item><title>New Post: NUnittfs.exe.config</title><link>http://nunit4teambuild.codeplex.com/discussions/394658</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I have a problem when I try to connecto to TFS2010.&lt;/p&gt;
&lt;p&gt;I read this post:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://stackoverflow.com/questions/9260175/getting-no-test-results-after-customising-the-build-template-for-nunit-tests-in"&gt;http://stackoverflow.com/questions/9260175/getting-no-test-results-after-customising-the-build-template-for-nunit-tests-in&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And this:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://geek.ianbattersby.com/2012/01/04/tfsbuild-2010-nunit-integration"&gt;http://geek.ianbattersby.com/2012/01/04/tfsbuild-2010-nunit-integration&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;My actual config is like these:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt;&amp;lt;configuration&amp;gt;&lt;span&gt; &lt;/span&gt;
&amp;lt;system.serviceModel&amp;gt;&lt;span&gt; &lt;/span&gt;&amp;lt;bindings&amp;gt;&lt;span&gt; &lt;/span&gt;&amp;lt;basicHttpBinding&amp;gt;&lt;span&gt;
&lt;/span&gt;&amp;lt;binding name=&amp;quot;BuildServiceSoap&amp;quot; closeTimeout=&amp;quot;00:01:00&amp;quot; openTimeout=&amp;quot;00:01:00&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; receiveTimeout=&amp;quot;00:10:00&amp;quot; sendTimeout=&amp;quot;00:01:00&amp;quot; allowCookies=&amp;quot;false&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; bypassProxyOnLocal=&amp;quot;false&amp;quot; hostNameComparisonMode=&amp;quot;StrongWildcard&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; maxBufferSize=&amp;quot;65536&amp;quot; maxBufferPoolSize=&amp;quot;524288&amp;quot; maxReceivedMessageSize=&amp;quot;65536&amp;quot;&amp;nbsp;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; messageEncoding=&amp;quot;Text&amp;quot; textEncoding=&amp;quot;utf-8&amp;quot; transferMode=&amp;quot;Buffered&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; useDefaultWebProxy=&amp;quot;true&amp;quot;&amp;gt;&lt;span&gt;
&lt;/span&gt;&amp;lt;readerQuotas maxDepth=&amp;quot;32&amp;quot; maxStringContentLength=&amp;quot;8192&amp;quot; maxArrayLength=&amp;quot;16384&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; maxBytesPerRead=&amp;quot;4096&amp;quot; maxNameTableCharCount=&amp;quot;16384&amp;quot; /&amp;gt;&lt;span&gt;
&lt;/span&gt;&amp;lt;security mode=&amp;quot;TransportCredentialOnly&amp;quot;&amp;gt;&lt;span&gt; &lt;/span&gt;&amp;lt;transport clientCredentialType=&amp;quot;Ntlm&amp;quot; proxyCredentialType=&amp;quot;None&amp;quot; realm=&amp;quot;&amp;quot; /&amp;gt;&lt;span&gt;
&lt;/span&gt;&amp;lt;message clientCredentialType=&amp;quot;UserName&amp;quot; algorithmSuite=&amp;quot;Default&amp;quot; /&amp;gt;&lt;span&gt;
&lt;/span&gt;&amp;lt;/security&amp;gt;&lt;span&gt; &lt;/span&gt;&amp;lt;/binding&amp;gt;&lt;br&gt;
&lt;span&gt;&lt;/span&gt;&amp;lt;binding name=&amp;quot;LinkingService&amp;quot; closeTimeout=&amp;quot;00:01:00&amp;quot; openTimeout=&amp;quot;00:01:00&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; receiveTimeout=&amp;quot;00:10:00&amp;quot; sendTimeout=&amp;quot;00:01:00&amp;quot; allowCookies=&amp;quot;false&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; bypassProxyOnLocal=&amp;quot;false&amp;quot; hostNameComparisonMode=&amp;quot;StrongWildcard&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; maxBufferSize=&amp;quot;65536&amp;quot; maxBufferPoolSize=&amp;quot;524288&amp;quot; maxReceivedMessageSize=&amp;quot;65536&amp;quot;&amp;nbsp;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; messageEncoding=&amp;quot;Text&amp;quot; textEncoding=&amp;quot;utf-8&amp;quot; transferMode=&amp;quot;Buffered&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; useDefaultWebProxy=&amp;quot;true&amp;quot;&amp;gt;&lt;span&gt;
&lt;/span&gt;&amp;lt;readerQuotas maxDepth=&amp;quot;32&amp;quot; maxStringContentLength=&amp;quot;8192&amp;quot; maxArrayLength=&amp;quot;16384&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; maxBytesPerRead=&amp;quot;4096&amp;quot; maxNameTableCharCount=&amp;quot;16384&amp;quot; /&amp;gt;&lt;span&gt;
&lt;/span&gt;&amp;lt;security mode=&amp;quot;TransportCredentialOnly&amp;quot;&amp;gt;&lt;span&gt; &lt;/span&gt;&amp;lt;transport clientCredentialType=&amp;quot;Ntlm&amp;quot; proxyCredentialType=&amp;quot;None&amp;quot; realm=&amp;quot;&amp;quot; /&amp;gt;&lt;span&gt;
&lt;/span&gt;&amp;lt;message clientCredentialType=&amp;quot;UserName&amp;quot; algorithmSuite=&amp;quot;Default&amp;quot; /&amp;gt;&lt;span&gt;
&lt;/span&gt;&amp;lt;/security&amp;gt;&lt;span&gt; &lt;/span&gt;&amp;lt;/binding&amp;gt;&lt;br&gt;
&lt;span&gt;&lt;/span&gt;&amp;lt;binding name=&amp;quot;Service2Soap&amp;quot; closeTimeout=&amp;quot;00:01:00&amp;quot; openTimeout=&amp;quot;00:01:00&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; receiveTimeout=&amp;quot;00:10:00&amp;quot; sendTimeout=&amp;quot;00:01:00&amp;quot; allowCookies=&amp;quot;false&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; bypassProxyOnLocal=&amp;quot;false&amp;quot; hostNameComparisonMode=&amp;quot;StrongWildcard&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; maxBufferSize=&amp;quot;65536&amp;quot; maxBufferPoolSize=&amp;quot;524288&amp;quot; maxReceivedMessageSize=&amp;quot;65536&amp;quot;&amp;nbsp;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; messageEncoding=&amp;quot;Text&amp;quot; textEncoding=&amp;quot;utf-8&amp;quot; transferMode=&amp;quot;Buffered&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; useDefaultWebProxy=&amp;quot;true&amp;quot;&amp;gt;&lt;span&gt;
&lt;/span&gt;&amp;lt;readerQuotas maxDepth=&amp;quot;32&amp;quot; maxStringContentLength=&amp;quot;8192&amp;quot; maxArrayLength=&amp;quot;16384&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; maxBytesPerRead=&amp;quot;4096&amp;quot; maxNameTableCharCount=&amp;quot;16384&amp;quot; /&amp;gt;&lt;span&gt;
&lt;/span&gt;&amp;lt;security mode=&amp;quot;TransportCredentialOnly&amp;quot;&amp;gt;&lt;span&gt; &lt;/span&gt;&amp;lt;transport clientCredentialType=&amp;quot;Ntlm&amp;quot; proxyCredentialType=&amp;quot;None&amp;quot; realm=&amp;quot;&amp;quot; /&amp;gt;&lt;span&gt;
&lt;/span&gt;&amp;lt;message clientCredentialType=&amp;quot;UserName&amp;quot; algorithmSuite=&amp;quot;Default&amp;quot; /&amp;gt;&lt;span&gt;
&lt;/span&gt;&amp;lt;/security&amp;gt;&lt;span&gt; &lt;/span&gt;&amp;lt;/binding&amp;gt;&lt;span&gt; &lt;/span&gt;&amp;lt;/basicHttpBinding&amp;gt;&lt;span&gt;
&lt;/span&gt;&amp;lt;/bindings&amp;gt;&lt;br&gt;
&lt;span&gt;&lt;/span&gt;&amp;lt;client&amp;gt;&lt;span&gt; &lt;/span&gt;&amp;lt;!-- TFS 2010 services. --&amp;gt;&lt;br&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;endpoint address=&amp;quot;http://tfs:8080/tfs/MyProject/TestManagement/v1.0/TestResults.asmx&amp;quot;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;binding=&amp;quot;basicHttpBinding&amp;quot; bindingConfiguration=&amp;quot;TestResultsServiceSoap&amp;quot;&amp;nbsp;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;contract=&amp;quot;Tfs2010.TestResultsServiceV1.TestResultsServiceSoap&amp;quot; name=&amp;quot;Service2Soap&amp;quot; /&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;endpoint address=&amp;quot;http://tfs:8080/tfs/MyProject/Services/v3.0/IdentityManagementService.asmx&amp;quot;&amp;nbsp;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;binding=&amp;quot;basicHttpBinding&amp;quot; bindingConfiguration=&amp;quot;IdentityManagementWebServiceSoap&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;contract=&amp;quot;Tfs2010.IdentityManagementServiceV3.IdentityManagementWebServiceSoap&amp;quot;&amp;nbsp;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;name=&amp;quot;LinkingService&amp;quot; /&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;endpoint address=&amp;quot;http://tfs:8080/tfs/MyProject/Build/v3.0/BuildService.asmx&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;binding=&amp;quot;basicHttpBinding&amp;quot;
 bindingConfiguration=&amp;quot;BuildWebServiceSoap&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;contract=&amp;quot;Tfs2010.BuildServiceV3.BuildWebServiceSoap&amp;quot; name=&amp;quot;BuildServiceSoap&amp;quot; /&amp;gt;&lt;span&gt;
&lt;/span&gt;&amp;lt;/client&amp;gt;&lt;span&gt; &lt;/span&gt;&amp;lt;/system.serviceModel&amp;gt;&amp;lt;/configuration&amp;gt;&lt;/p&gt;
&lt;p&gt;Somebody can help me to configure or give me a sample of the complete file for TFS2010&lt;/p&gt;
&lt;/div&gt;</description><author>AbrahamAlcaina</author><pubDate>Thu, 06 Sep 2012 15:58:37 GMT</pubDate><guid isPermaLink="false">New Post: NUnittfs.exe.config 20120906035837P</guid></item><item><title>Edited Feature: Add TFS 2010 Activity [6712]</title><link>http://nunit4teambuild.codeplex.com/workitem/6712</link><description>TFS 2010 uses Windows Workflow by default when you setup a new build. Write an activity that we can use with TFS 2010 instead of running the command line tool.&lt;br /&gt;</description><author>rbanks54</author><pubDate>Tue, 24 Jul 2012 04:46:49 GMT</pubDate><guid isPermaLink="false">Edited Feature: Add TFS 2010 Activity [6712] 20120724044649A</guid></item><item><title>Commented Issue: Add TFS 2010 Activity [6712]</title><link>http://nunit4teambuild.codeplex.com/workitem/6712</link><description>TFS 2010 uses Windows Workflow by default when you setup a new build. Write an activity that we can use with TFS 2010 instead of running the command line tool.&lt;br /&gt;Comments: I don&amp;#39;t think we really need a custom activity for this.  The Invoke Process activity is enough to meet the needs of the TFS 2010 workflow based builds.&amp;#10;&amp;#10;The information at http&amp;#58;&amp;#47;&amp;#47;www.heikura.info&amp;#47;publish-nunit-test-results-as-part-of-team-build-in-team-foundation-server-2010 provides information on how this can be done and also makes a build template available for download with the changes already made to it.&amp;#10;&amp;#10;That said, if you still think you need a custom activity please add a comment explaining why.  Thanks&amp;#33;</description><author>rbanks54</author><pubDate>Tue, 24 Jul 2012 04:45:08 GMT</pubDate><guid isPermaLink="false">Commented Issue: Add TFS 2010 Activity [6712] 20120724044508A</guid></item><item><title>New Post: New url for the TFS2010 team build integration article</title><link>http://nunit4teambuild.codeplex.com/discussions/335566</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Fixed. Thanks&lt;/p&gt;&lt;/div&gt;</description><author>rbanks54</author><pubDate>Tue, 24 Jul 2012 04:36:32 GMT</pubDate><guid isPermaLink="false">New Post: New url for the TFS2010 team build integration article 20120724043632A</guid></item><item><title>Updated Wiki: Home</title><link>http://nunit4teambuild.codeplex.com/wikipage?version=15</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;#38; 2010 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/wikipage?title=sample%20script&amp;referringTitle=Home"&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&amp;#39;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&amp;#39;ll also need to make sure you have the &lt;a href="http://msbuildtasks.tigris.org/"&gt;The MSBuild Community Tasks&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"&gt;NUnit&lt;/a&gt; 2.4.7, 2.4.8 and 2.5.2.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://nunit4teambuild.codeplex.com/workitem/6390"&gt;Support for TFS 2010&lt;/a&gt; has been added with &lt;a href="http://nunit4teambuild.codeplex.com/releases/view/45765"&gt;version 2.0&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;For information on TFS2008 integration see the &lt;a href="http://nunit4teambuild.codeplex.com/wikipage?title=developer%20notes&amp;referringTitle=Home"&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"&gt;http://www.mrkwatkins.co.uk/Blog/2009/07/25/Making-NUnit-Play-Nicely-With-Team-Foundation-Server&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;For integration with TFS2010 Team Build have a look at this &lt;a href="http://www.heikura.info/publish-nunit-test-results-as-part-of-team-build-in-team-foundation-server-2010"&gt;great post at heikura.info&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;UPDATE 25-Apr-2012: Source code converted to git to enable better collaboration.  Feel free to submit  your pull requests  :-)&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rbanks54</author><pubDate>Tue, 24 Jul 2012 04:36:15 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120724043615A</guid></item><item><title>New Post: Only converting NUnit XML logs to TRX</title><link>http://nunit4teambuild.codeplex.com/discussions/283277</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks Henry. &amp;nbsp;I didn't think about needing to quote anything with a space in it. My bad.&lt;/p&gt;&lt;/div&gt;</description><author>rbanks54</author><pubDate>Tue, 24 Jul 2012 04:35:11 GMT</pubDate><guid isPermaLink="false">New Post: Only converting NUnit XML logs to TRX 20120724043511A</guid></item><item><title>New Post: Only converting NUnit XML logs to TRX</title><link>http://nunit4teambuild.codeplex.com/discussions/283277</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;Hey Henry,&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Thanks a lot for the response. I kept this task aside since I didn't hear from anyone. Now that you have replied with some solution, I'll try it out and let you know. Thanks again.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;- GJ&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;On Thu, Jul 19, 2012 at 4:35 PM, HenryCC &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com" target="_blank"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote style="border-left:#ccc 1px solid; margin:0px 0px 0px 0.8ex; padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: HenryCC&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;I had this problem too and ended up needing to make sure I had quotes pretty much everywhere.&lt;/p&gt;
&lt;p&gt;NUnitTfs.exe -n \\&amp;lt;build_server&amp;gt;\TFSBuilds\CI\CI_20120719.1\logs\Project.Tests.dll.ResultXml.xml -t &amp;quot;My Project&amp;quot; -p &amp;quot;Any CPU&amp;quot; -f Debug -b &amp;quot;CI_20120719.1&amp;quot; -v 2010&lt;/p&gt;
&lt;p&gt;Originally I didn't have quotes around the -t parameter for My Project. I updated the InvokeProcess arguments to this:&lt;/p&gt;
&lt;p&gt;String.Format(&amp;quot;-n {0} -t &lt;strong&gt;&amp;quot;&amp;quot;{1}&amp;quot;&amp;quot;&lt;/strong&gt; -p &amp;quot;&amp;quot;{2}&amp;quot;&amp;quot; -f {3} -b &amp;quot;&amp;quot;{4}&amp;quot;&amp;quot; -v 2010&amp;quot;, testResultXmlPath, BuildDetail.TeamProject, BuildSettings.PlatformConfigurations(0).Platform, BuildSettings.PlatformConfigurations(0).Configuration, BuildDetail.BuildNumber)&lt;/p&gt;
&lt;p&gt;Now I'm down to the &amp;quot;System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at
&lt;a href="http://my_server:8080/tfs/Build/v3.0/BuildService.asmx" target="_blank"&gt;
http://my_server:8080/tfs/Build/v3.0/BuildService.asmx&lt;/a&gt; that could accept the message&amp;quot;.&lt;/p&gt;
&lt;p&gt;Hope that helps,&lt;/p&gt;
&lt;p&gt;Henry&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://nunit4teambuild.codeplex.com/discussions/283277#post878091" target="_blank"&gt;
full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:nunit4teambuild@discussions.codeplex.com?subject=[nunit4teambuild:283277]" target="_blank"&gt;nunit4teambuild@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:nunit4teambuild@discussions.codeplex.com" target="_blank"&gt;
nunit4teambuild@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can
&lt;a href="https://nunit4teambuild.codeplex.com/discussions/283277/unsubscribe/" target="_blank"&gt;
unsubscribe&lt;/a&gt; on CodePlex.com.&lt;/p&gt;
&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at CodePlex.com&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>jeeejay</author><pubDate>Sat, 21 Jul 2012 00:47:54 GMT</pubDate><guid isPermaLink="false">New Post: Only converting NUnit XML logs to TRX 20120721124754A</guid></item><item><title>New Post: Only converting NUnit XML logs to TRX</title><link>http://nunit4teambuild.codeplex.com/discussions/283277</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I had this problem too and ended up needing to make sure I had quotes pretty much everywhere.&lt;/p&gt;
&lt;p&gt;NUnitTfs.exe -n \\&amp;lt;build_server&amp;gt;\TFSBuilds\CI\CI_20120719.1\logs\Project.Tests.dll.ResultXml.xml -t "My Project" -p "Any CPU" -f Debug -b "CI_20120719.1" -v 2010&lt;/p&gt;
&lt;p&gt;Originally I didn't have quotes around the -t parameter for My Project. I updated the InvokeProcess arguments to this:&lt;/p&gt;
&lt;p&gt;String.Format("-n {0} -t &lt;strong&gt;""{1}""&lt;/strong&gt; -p ""{2}"" -f {3} -b ""{4}"" -v 2010", testResultXmlPath, BuildDetail.TeamProject, BuildSettings.PlatformConfigurations(0).Platform, BuildSettings.PlatformConfigurations(0).Configuration, BuildDetail.BuildNumber)&lt;/p&gt;
&lt;p&gt;Now I'm down to the "System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at http://my_server:8080/tfs/Build/v3.0/BuildService.asmx that could accept the message".&lt;/p&gt;
&lt;p&gt;Hope that helps,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Henry&lt;/p&gt;&lt;/div&gt;</description><author>HenryCC</author><pubDate>Thu, 19 Jul 2012 23:35:38 GMT</pubDate><guid isPermaLink="false">New Post: Only converting NUnit XML logs to TRX 20120719113538P</guid></item><item><title>Closed Issue: Could not find file 'UNNAMED' [8571]</title><link>http://nunit4teambuild.codeplex.com/workitem/8571</link><description>Don&amp;#39;t know what is going on. Could you help&amp;#63;&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;Users&amp;#92;myuser&amp;#62;C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Sources&amp;#92;MyProject&amp;#92;devel&amp;#92;main&amp;#92;Dependencies&amp;#92;nunit4teambuild&amp;#92;NUnitTfs.exe -n C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;nunit-tests.xml -t MyProject -b &amp;#34;ContinuousIntegration_20110804.10&amp;#34; -v 2010&lt;br /&gt;&lt;br /&gt;Loading NUnit Output from C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;nunit-tests.xml...&lt;br /&gt;Transforming NUnit output to .trx file...&lt;br /&gt;Adding build information to .trx file...&lt;br /&gt;Publishing .trx file...&lt;br /&gt;Checking test run does not exist...&lt;br /&gt;Reading users identity...&lt;br /&gt;Creating test run...&lt;br /&gt;Creating test results...&lt;br /&gt;Updating test run with details...&lt;br /&gt;System.IO.FileNotFoundException&amp;#58; Could not find file &amp;#39;UNNAMED&amp;#39;.&lt;br /&gt;File name&amp;#58; &amp;#39;UNNAMED&amp;#39;&lt;br /&gt;   at System.IO.__Error.WinIOError&amp;#40;Int32 errorCode, String maybeFullPath&amp;#41;&lt;br /&gt;   at System.IO.FileInfo.get_Length&amp;#40;&amp;#41;&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.&amp;#60;&amp;#62;c__DisplayClassc.&amp;#60;UpdateTestRunWithTmiRunAndAssemblies&amp;#62;b__9&amp;#40;FileInfo file&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 150&lt;br /&gt;   at System.Linq.Enumerable.WhereSelectArrayIterator&amp;#96;2.MoveNext&amp;#40;&amp;#41;&lt;br /&gt;   at System.Linq.Buffer&amp;#96;1..ctor&amp;#40;IEnumerable&amp;#96;1 source&amp;#41;&lt;br /&gt;   at System.Linq.Enumerable.ToArray&amp;#91;TSource&amp;#93;&amp;#40;IEnumerable&amp;#96;1 source&amp;#41;&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.UpdateTestRunWithTmiRunAndAssemblies&amp;#40;TestRun testRun, XDocument trx&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 149&lt;br /&gt;   at KWatkins.NUnitTfs.Tfs2010.Publisher2010.PublishToTfs&amp;#40;XDocument trx&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Tfs2010&amp;#92;Publisher2010.cs&amp;#58;line 44&lt;br /&gt;   at KWatkins.NUnitTfs.Program.Main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Kevin Watkins&amp;#92;Documents&amp;#92;Visual Studio 10&amp;#92;Projects&amp;#92;NUnitTFS&amp;#92;NUnitTFS&amp;#92;Program.cs&amp;#58;line 29&lt;br /&gt;&lt;br /&gt;The nunit result is generated in this way&amp;#58;&lt;br /&gt;C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Sources&amp;#92;MyProject&amp;#92;devel&amp;#92;main&amp;#92;Dependencies&amp;#92;nunit&amp;#92;bin&amp;#92;nunit-console.exe C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;MyProject.DataAccess.Tests.dll C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;MyProject.Domain.Tests.dll C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;MyProject.UI.Tests.dll C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;MyProject.Utility.Tests.dll &amp;#47;xml&amp;#58;C&amp;#58;&amp;#92;Builds&amp;#92;1&amp;#92;MyProject&amp;#92;ContinuousIntegration&amp;#92;Binaries&amp;#92;nunit-tests.xml &amp;#47;framework&amp;#58;net-2.0&lt;br /&gt;</description><author>rbanks54</author><pubDate>Wed, 25 Apr 2012 11:48:51 GMT</pubDate><guid isPermaLink="false">Closed Issue: Could not find file 'UNNAMED' [8571] 20120425114851A</guid></item><item><title>Closed Task: Add Support For TFS 2010 [6390]</title><link>http://nunit4teambuild.codeplex.com/workitem/6390</link><description>I can&amp;#39;t get the thing working with TFS 2010... Work out what needs to change &amp;#40;hopefully just configuration files&amp;#33;&amp;#41; and create a new version if necessary.&lt;br /&gt;</description><author>rbanks54</author><pubDate>Wed, 25 Apr 2012 11:48:38 GMT</pubDate><guid isPermaLink="false">Closed Task: Add Support For TFS 2010 [6390] 20120425114838A</guid></item><item><title>Updated Wiki: Home</title><link>http://nunit4teambuild.codeplex.com/wikipage?version=14</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/wikipage?title=sample%20script&amp;referringTitle=Home"&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&amp;#39;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&amp;#39;ll also need to make sure you have the &lt;a href="http://msbuildtasks.tigris.org/"&gt;The MSBuild Community Tasks&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"&gt;NUnit&lt;/a&gt; 2.4.7, 2.4.8 and 2.5.2.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://nunit4teambuild.codeplex.com/workitem/6390"&gt;Support for TFS 2010&lt;/a&gt; has been added with &lt;a href="http://nunit4teambuild.codeplex.com/releases/view/45765"&gt;version 2.0&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;For information on TFS2008 integration see the &lt;a href="http://nunit4teambuild.codeplex.com/wikipage?title=developer%20notes&amp;referringTitle=Home"&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"&gt;http://www.mrkwatkins.co.uk/Blog/2009/07/25/Making-NUnit-Play-Nicely-With-Team-Foundation-Server&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;For integration with TFS2010 Team Build have a look at this &lt;a href="http://www.heikura.info/blog/publish-nunit-test-results-as-part-of-team-build-in-team-foundation-server-2010"&gt;great post at heikura.info&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;UPDATE 25-Apr-2012: Source code converted to git to enable better collaboration.  Feel free to submit  your pull requests  :-)&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rbanks54</author><pubDate>Wed, 25 Apr 2012 11:45:57 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120425114557A</guid></item><item><title>Source code checked in, #66952</title><link>http://nunit4teambuild.codeplex.com/SourceControl/changeset/changes/66952</link><description>Support TFS server or collection uri to be specified at the command line which will override the values in the app.config</description><author>jstangroome</author><pubDate>Mon, 23 Apr 2012 08:52:10 GMT</pubDate><guid isPermaLink="false">Source code checked in, #66952 20120423085210A</guid></item></channel></rss>