<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to filter the Build Completion Event</title><link>http://blogs.msdn.com/jpricket/archive/2006/09/05/how-to-filter-the-build-completion-event.aspx</link><description>One of the fields that ships with the standard Bug Work Item Type in Team Foundation is called “Found In Build”. It allows the user to enter the build number of the build in which they found the bug. It can be found on the Details tab of the Bug work</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Filtering the builds listed in work item tracking</title><link>http://blogs.msdn.com/jpricket/archive/2006/09/05/how-to-filter-the-build-completion-event.aspx#741896</link><pubDate>Wed, 06 Sep 2006 02:36:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:741896</guid><dc:creator>Buck Hodges</dc:creator><description>As soon as folks start using Team Build, especially with some sort of continuous integration support,...</description></item><item><title>Useful BuildCompletionEvent filters</title><link>http://blogs.msdn.com/jpricket/archive/2006/09/05/how-to-filter-the-build-completion-event.aspx#742776</link><pubDate>Wed, 06 Sep 2006 18:09:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:742776</guid><dc:creator>Jason Prickett's Blog</dc:creator><description>In my previous post (How to filter the Build Completion Event), I explained how to change the filter...</description></item><item><title>Lots of Team Foundation Server Questions (and answers)</title><link>http://blogs.msdn.com/jpricket/archive/2006/09/05/how-to-filter-the-build-completion-event.aspx#1258275</link><pubDate>Mon, 11 Dec 2006 12:12:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1258275</guid><dc:creator>Ozzie Rules Blogging </dc:creator><description>&lt;p&gt;I received some questions from a local and very sophisticated development shop asking about Team Foundation&lt;/p&gt;
</description></item><item><title>TFS Q&amp;amp;As</title><link>http://blogs.msdn.com/jpricket/archive/2006/09/05/how-to-filter-the-build-completion-event.aspx#1360788</link><pubDate>Mon, 25 Dec 2006 12:29:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1360788</guid><dc:creator>Archi</dc:creator><description>&lt;p&gt;Some FAQs that I collected while navigating lots of sites that a lot of people do ask about TFS that...&lt;/p&gt;
</description></item><item><title>Useful BuildCompletionEvent filters</title><link>http://blogs.msdn.com/jpricket/archive/2006/09/05/how-to-filter-the-build-completion-event.aspx#1444551</link><pubDate>Wed, 10 Jan 2007 17:05:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1444551</guid><dc:creator>Jason Prickett's Blog</dc:creator><description>&lt;p&gt;In my previous post ( How to filter the Build Completion Event ), I explained how to change the filter&lt;/p&gt;
</description></item><item><title>Filtering the Build Status Change Event (BuildStatusChangeEvent)</title><link>http://blogs.msdn.com/jpricket/archive/2006/09/05/how-to-filter-the-build-completion-event.aspx#8500025</link><pubDate>Tue, 13 May 2008 15:10:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8500025</guid><dc:creator>Jason Prickett's Blog</dc:creator><description>&lt;p&gt;In an previous post (long long ago), I described some scenarios around why you would want to subscribe&lt;/p&gt;
</description></item><item><title>re: How to filter the Build Completion Event</title><link>http://blogs.msdn.com/jpricket/archive/2006/09/05/how-to-filter-the-build-completion-event.aspx#9932826</link><pubDate>Fri, 04 Dec 2009 22:57:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9932826</guid><dc:creator>mcdobryan</dc:creator><description>&lt;p&gt;Is it possible to create a subscription where it will notify you only when the compilation result changes from failure to success or vice versa? &lt;/p&gt;
&lt;p&gt;I was looking for something like this under the BuildCompletionEvent: &lt;/p&gt;
&lt;p&gt;&amp;quot;TeamProject&amp;quot; = 'Project1' AND &amp;quot;StatusCode/OldValue&amp;quot; = 'Succeeded' AND &amp;quot;StatusCode/NewValue&amp;quot; = 'Failed'&lt;/p&gt;
&lt;p&gt;&amp;quot;TeamProject&amp;quot; = 'Project1' AND &amp;quot;StatusCode/OldValue&amp;quot; = 'Failed' AND &amp;quot;StatusCode/NewValue&amp;quot; = 'Succeeded'&lt;/p&gt;
&lt;p&gt;I know the schema for the BuildCompletion does not have a NewValue OldValue property, but I was just wonder if there was some other way to accomplish the same result.&lt;/p&gt;
&lt;p&gt;Thanks for any help on this!!&lt;/p&gt;
</description></item><item><title>re: How to filter the Build Completion Event</title><link>http://blogs.msdn.com/jpricket/archive/2006/09/05/how-to-filter-the-build-completion-event.aspx#9933416</link><pubDate>Mon, 07 Dec 2009 13:33:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9933416</guid><dc:creator>Jason Prickett</dc:creator><description>&lt;p&gt;Unfortunately, the Build Completion Event only provides information on the current state of the build. It does not fire when the status changes. Note that the Status Changed Event is misnamed and is really a Build Quality Changed event. It fires whenever the Build Quality of the build changes.&lt;/p&gt;
&lt;p&gt;Sorry for the bad news. Hopefully in a future version we will address the need to capture changes like this in an event.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Jason&lt;/p&gt;
</description></item></channel></rss>