<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Running tests during a build in TFS.</title>
	<atom:link href="http://www.codewrecks.com/blog/index.php/2009/06/26/running-tests-during-a-build-in-tfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codewrecks.com/blog/index.php/2009/06/26/running-tests-during-a-build-in-tfs/</link>
	<description>Wrecks of code floating in the sea of Internet</description>
	<lastBuildDate>Wed, 28 Jul 2010 15:30:03 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wiredworx</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/06/26/running-tests-during-a-build-in-tfs/comment-page-1/#comment-2912</link>
		<dc:creator>Wiredworx</dc:creator>
		<pubDate>Fri, 22 Jan 2010 23:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/06/26/running-tests-during-a-build-in-tfs/#comment-2912</guid>
		<description>Nice tut!</description>
		<content:encoded><![CDATA[<p>Nice tut!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alkampfer</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/06/26/running-tests-during-a-build-in-tfs/comment-page-1/#comment-2716</link>
		<dc:creator>alkampfer</dc:creator>
		<pubDate>Mon, 12 Oct 2009 08:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/06/26/running-tests-during-a-build-in-tfs/#comment-2716</guid>
		<description>Probably you specified wrong file name, specifying the .vsmdi file is one of the option, you can simply specify the name of the dll that contains tests.

alk.</description>
		<content:encoded><![CDATA[<p>Probably you specified wrong file name, specifying the .vsmdi file is one of the option, you can simply specify the name of the dll that contains tests.</p>
<p>alk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ar</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/06/26/running-tests-during-a-build-in-tfs/comment-page-1/#comment-2714</link>
		<dc:creator>Ar</dc:creator>
		<pubDate>Sun, 11 Oct 2009 20:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/06/26/running-tests-during-a-build-in-tfs/#comment-2714</guid>
		<description>Hi

You need  to specify the list of test to be run by specifying the .vsmdi files. Just by giving out the .dll location will not work.

Ar</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>You need  to specify the list of test to be run by specifying the .vsmdi files. Just by giving out the .dll location will not work.</p>
<p>Ar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alkampfer</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/06/26/running-tests-during-a-build-in-tfs/comment-page-1/#comment-2632</link>
		<dc:creator>alkampfer</dc:creator>
		<pubDate>Mon, 17 Aug 2009 12:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/06/26/running-tests-during-a-build-in-tfs/#comment-2632</guid>
		<description>It is TFS 2008 ;).

Alk.</description>
		<content:encoded><![CDATA[<p>It is TFS 2008 <img src='http://www.codewrecks.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>Alk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marduk</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/06/26/running-tests-during-a-build-in-tfs/comment-page-1/#comment-2631</link>
		<dc:creator>marduk</dc:creator>
		<pubDate>Mon, 17 Aug 2009 08:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/06/26/running-tests-during-a-build-in-tfs/#comment-2631</guid>
		<description>Hi,

It would be good from you to precise which version of VSTS / TFS you&#039;re referrring to... surely not 2005 line as it looks differen (one can only specify .vsmdi file as source of tests to be run...</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>It would be good from you to precise which version of VSTS / TFS you&#8217;re referrring to&#8230; surely not 2005 line as it looks differen (one can only specify .vsmdi file as source of tests to be run&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Customize test running in a Tfs Team Build</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/06/26/running-tests-during-a-build-in-tfs/comment-page-1/#comment-2546</link>
		<dc:creator>Customize test running in a Tfs Team Build</dc:creator>
		<pubDate>Mon, 29 Jun 2009 17:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/06/26/running-tests-during-a-build-in-tfs/#comment-2546</guid>
		<description>[...] Running tests during a build in TFS. [...]</description>
		<content:encoded><![CDATA[<p>[...] Running tests during a build in TFS. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
