<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>tfsbuildextensions Issue Tracker Rss Feed</title><link>http://tfsbuildextensions.codeplex.com/WorkItem/List.aspx</link><description>tfsbuildextensions Issue Tracker Rss Description</description><item><title>Created Unassigned: TfsAction not accepting more than one item in itemSpec? [11804]</title><link>http://tfsbuildextensions.codeplex.com/workitem/11804</link><description>I use the standard __FindMatchingFiles__ activity to find files to operate a __TfsAction__ &amp;#40;Checkout, Checkin&amp;#41; on, and since these actions should accept several files for input &amp;#40;just like tf.exe does&amp;#41;, I tried simplify my process by making one string of them all with a __String.Join&amp;#40;&amp;#34; &amp;#34;, myIENumerable&amp;#41;__ and use that as input to ItemSpec in TfsAction.&lt;br /&gt;&lt;br /&gt;That fails however, since TfsAction appends &amp;#34;&amp;#34; around the itemspec, making tf.exe interpret it as one single file. The warning I receive is&amp;#58; &lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;Running C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;Microsoft Visual Studio 11.0&amp;#92;Common7&amp;#92;IDE&amp;#92;tf.exe checkout &amp;#34;file1 file2 file3&amp;#34; &amp;#47;noprompt&lt;br /&gt;TF400889&amp;#58; The following path contains more than the allowed 259 characters&amp;#58; file1 file2 file3. Specify a shorter path.&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;&amp;#40;This particular error is because the file paths are too long, but even if they weren&amp;#39;t another error would be produced since they are not one path together&amp;#41;.&lt;br /&gt;&lt;br /&gt;As of now, the only option I seem to have is to use a __foreach__ and perform the actions individually. It would be great if TfsAction didn&amp;#39;t have to add &amp;#34;&amp;#34; automatically.&lt;br /&gt;</description><author>Snusmumriken71</author><pubDate>Thu, 23 May 2013 13:08:39 GMT</pubDate><guid isPermaLink="false">Created Unassigned: TfsAction not accepting more than one item in itemSpec? [11804] 20130523010839P</guid></item><item><title>Created Unassigned: Build Manager: All option for Keep Latest in Retention Policy [11798]</title><link>http://tfsbuildextensions.codeplex.com/workitem/11798</link><description>I&amp;#39;m using the 2010 version, so maybe this exists in the 2012 version&amp;#58; it would be nice to be able to specify &amp;#34;All&amp;#34; in the Select Retention Policy dialog, instead of limiting input to a numerical value &amp;#40;cf. attachment&amp;#41;.  I&amp;#39;d like to be able to keep all successful builds.  I know I can set this in the build definitions themselves, but it would be nice to do it en masse.&lt;br /&gt;</description><author>quintessential5</author><pubDate>Tue, 21 May 2013 20:46:32 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Build Manager: All option for Keep Latest in Retention Policy [11798] 20130521084632P</guid></item><item><title>Commented Unassigned: System.InvalidOperationException When Setting Retention Policy on Build Definition with Build Manager (2010) [11796]</title><link>http://tfsbuildextensions.codeplex.com/workitem/11796</link><description>Repro steps&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Open build manager as VS plugin for 2010.&lt;br /&gt;2. In the Show dropdown, choose Build Definitions.&lt;br /&gt;3. Right click a build definition, and choose Set Retention Policies.&lt;br /&gt;&lt;br /&gt;Result&amp;#58; the attached exception message.&lt;br /&gt;Comments: ** Comment from web user: quintessential5 ** &lt;p&gt;A restart of VS fixed the issue.  Given that this is a bug with the version for VS 2010, it would be understandable to just close this issue.  However, it'd be interesting to know if this could be repro'ed somehow for the 2012 version.  I'm not sure what the repro steps would be, though.&lt;/p&gt;</description><author>quintessential5</author><pubDate>Tue, 21 May 2013 20:36:45 GMT</pubDate><guid isPermaLink="false">Commented Unassigned: System.InvalidOperationException When Setting Retention Policy on Build Definition with Build Manager (2010) [11796] 20130521083645P</guid></item><item><title>Created Unassigned: System.InvalidOperationException When Setting Retention Policy on Build Definition with Build Manager (2010) [11796]</title><link>http://tfsbuildextensions.codeplex.com/workitem/11796</link><description>Repro steps&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Open build manager as VS plugin for 2010.&lt;br /&gt;2. In the Show dropdown, choose Build Definitions.&lt;br /&gt;3. Right click a build definition, and choose Set Retention Policies.&lt;br /&gt;&lt;br /&gt;Result&amp;#58; the attached exception message.&lt;br /&gt;</description><author>quintessential5</author><pubDate>Tue, 21 May 2013 17:23:58 GMT</pubDate><guid isPermaLink="false">Created Unassigned: System.InvalidOperationException When Setting Retention Policy on Build Definition with Build Manager (2010) [11796] 20130521052358P</guid></item><item><title>Commented Issue: Code Metrics only works with VS 2010 [11207]</title><link>http://tfsbuildextensions.codeplex.com/workitem/11207</link><description>Have you guys tested the Code Metrics Activity in VS 2012&amp;#63; It looks like it is only for the Power Tool for VS 2010, which does not exist on the Rangers VM&amp;#63; I am getting an error when running it that it is looking for VS 2010 assemblies. Any workarounds&amp;#63;&lt;br /&gt;&amp;#160;&lt;br /&gt;string metricsExePath &amp;#61; Path.Combine&amp;#40;ProgramFilesX86&amp;#40;&amp;#41;, &amp;#64;&amp;#34;Microsoft Visual Studio 10.0&amp;#92;Team Tools&amp;#92;Static Analysis Tools&amp;#92;FxCop&amp;#92;metrics.exe&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;            if &amp;#40;&amp;#33;File.Exists&amp;#40;metricsExePath&amp;#41;&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                this.LogBuildError&amp;#40;&amp;#34;Could not locate &amp;#34; &amp;#43; metricsExePath &amp;#43; &amp;#34;. Please download Visual Studio Code Metrics PowerTool 10.0 at http&amp;#58;&amp;#47;&amp;#47;www.microsoft.com&amp;#47;downloads&amp;#47;en&amp;#47;details.aspx&amp;#63;FamilyID&amp;#61;edd1dfb0-b9fe-4e90-b6a6-5ed6f6f6e615&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;                return false&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;Comments: ** Comment from web user: jmzamudio ** &lt;p&gt;any plans to upgrade this to vs2012?&lt;br&gt;the new version of the tool is http://www.microsoft.com/en-us/download/details.aspx?id=38196&lt;br&gt;&lt;/p&gt;</description><author>jmzamudio</author><pubDate>Mon, 20 May 2013 19:08:04 GMT</pubDate><guid isPermaLink="false">Commented Issue: Code Metrics only works with VS 2010 [11207] 20130520070804P</guid></item><item><title>Commented Issue: NUnit: file not found Exception [10127]</title><link>http://tfsbuildextensions.codeplex.com/workitem/10127</link><description>I use the NUnit Task in Version 1.2.0.0. If I set PublishTestResults &amp;#61; True I get this Exception&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;Error&amp;#58; The system cannot find the file specified. Stack Trace&amp;#58;    at System.Diagnostics.Process.StartWithCreateProcess&amp;#40;ProcessStartInfo startInfo&amp;#41;    at TfsBuildExtensions.Activities.CodeQuality.NUnit.RunProcess&amp;#40;String fullPath, String workingDirectory, String arguments&amp;#41; in D&amp;#58;&amp;#92;Projects&amp;#92;teambuild2010contrib&amp;#92;CustomActivities&amp;#92;VS2010&amp;#92;MAIN&amp;#92;Source&amp;#92;Activities&amp;#92;CodeQuality&amp;#92;NUnit&amp;#92;NUnit.cs&amp;#58;line 324    at TfsBuildExtensions.Activities.CodeQuality.NUnit.PublishTestResultsToTFS&amp;#40;ActivityContext context, String folder&amp;#41; in D&amp;#58;&amp;#92;Projects&amp;#92;teambuild2010contrib&amp;#92;CustomActivities&amp;#92;VS2010&amp;#92;MAIN&amp;#92;Source&amp;#92;Activities&amp;#92;CodeQuality&amp;#92;NUnit&amp;#92;NUnit.cs&amp;#58;line 370    at TfsBuildExtensions.Activities.BaseCodeActivity.Execute&amp;#40;CodeActivityContext context&amp;#41; in D&amp;#58;&amp;#92;Projects&amp;#92;teambuild2010contrib&amp;#92;CustomActivities&amp;#92;VS2010&amp;#92;MAIN&amp;#92;Source&amp;#92;Common&amp;#92;BaseCodeActivity.cs&amp;#58;line 67. &lt;br /&gt;&amp;#160;&lt;br /&gt;But the file exists in the correct directory. I can execute the logged command on Command line without exceptions&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;Running &amp;#37;VS100COMNTOOLS&amp;#37;&amp;#92;..&amp;#92;IDE&amp;#92;MSTest.exe &amp;#47;publish&amp;#58;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;tfs.intern.generic.de&amp;#58;8080&amp;#47;tfs&amp;#47;DefaultCollection&amp;#34; &amp;#47;publishresultsfile&amp;#58;&amp;#34;D&amp;#58;&amp;#92;Release&amp;#92;Binaries&amp;#92;NUnitTestresults.trx&amp;#34; &amp;#47;publishbuild&amp;#58;&amp;#34;XXProject_v1.0.15.0_2012.01.09_18.35.00_Release&amp;#34; &amp;#47;teamproject&amp;#58;&amp;#34;XXProject&amp;#34; &amp;#47;platform&amp;#58;&amp;#34;Any CPU&amp;#34; &amp;#47;flavor&amp;#58;&amp;#34;Release&amp;#34;&lt;br /&gt;Comments: ** Comment from web user: 2ton ** &lt;p&gt;You will get the same error if you are kicking off your build from VS2012 AND you do not have VS2012 installed on your build server. I was caught out by this, it tries to run the command &amp;quot;%VS110COMNTOOLS%..\IDE\MSTest.exe /publish:&amp;quot;http://...&amp;quot; instead of &amp;quot;%VS100COMNTOOLS%..\IDE\MSTest.exe /publish:&amp;quot;http://...&amp;quot; which of course doesn't exist if VS2012 is not on your build machine (the build itself will work fine without VS2012 as long as you have .NET4.5 installed).&lt;/p&gt;</description><author>2ton</author><pubDate>Mon, 20 May 2013 14:48:40 GMT</pubDate><guid isPermaLink="false">Commented Issue: NUnit: file not found Exception [10127] 20130520024840P</guid></item><item><title>Created Unassigned: Show Queue Time in TFS Build Manager [11787]</title><link>http://tfsbuildextensions.codeplex.com/workitem/11787</link><description>It would be nice if the queue time could be displayed in the &amp;#34;Queued&amp;#34; view in the TFS Build Manager.&lt;br /&gt;</description><author>andreaskorn</author><pubDate>Fri, 17 May 2013 09:49:17 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Show Queue Time in TFS Build Manager [11787] 20130517094917A</guid></item><item><title>Edited Feature: TFSBM - Queue High Priority Build [11784]</title><link>http://tfsbuildextensions.codeplex.com/workitem/11784</link><description>I would like to be able to queue a &amp;#40;bunch of&amp;#41; high priority build&amp;#40;s&amp;#41;. Right now TFSBM only kicks off normal priority builds&lt;br /&gt;</description><author>mikeFourie</author><pubDate>Thu, 16 May 2013 08:49:49 GMT</pubDate><guid isPermaLink="false">Edited Feature: TFSBM - Queue High Priority Build [11784] 20130516084949A</guid></item><item><title>Created Feature: TFSBM - Queue High Priority Build [11784]</title><link>http://tfsbuildextensions.codeplex.com/workitem/11784</link><description>I would like to be able to queue a &amp;#40;bunch of&amp;#41; high priority build&amp;#40;s&amp;#41;. Right now TFSBM only kicks off normal priority builds&lt;br /&gt;</description><author>mikeFourie</author><pubDate>Thu, 16 May 2013 08:49:49 GMT</pubDate><guid isPermaLink="false">Created Feature: TFSBM - Queue High Priority Build [11784] 20130516084949A</guid></item><item><title>Commented Issue: AssemblyInfo Does Not Accept Values [11429]</title><link>http://tfsbuildextensions.codeplex.com/workitem/11429</link><description>When I try to use the AssemblyInfo activity, no value seems to satisfy the properties of the activity.&lt;br /&gt;&lt;br /&gt;For example, when I set AssemblyCompany to the value &amp;#173;&amp;#171;My Company&amp;#187;, I get the error &amp;#34;Compiler error&amp;#40;s&amp;#41; encountered processing expression &amp;#34;My Company&amp;#34;. End of expression expected. When I set it to the value &amp;#171;&amp;#34;My Company&amp;#34;&amp;#187;, then I get the error &amp;#34;Compiler error&amp;#40;s&amp;#41; encountered expression &amp;#34;&amp;#34;My Company&amp;#34;&amp;#34;. Invalid L-value expression&amp;#34;.&lt;br /&gt;&lt;br /&gt;I have attached the build template and a screenshot of the noted errors from Visual Studio.&lt;br /&gt;Comments: ** Comment from web user: Snusmumriken71 ** &lt;p&gt;Is there any work on this ongoing, or is this a new &amp;quot;working as intended&amp;quot; behavior? Because in practice this breaks the usage of AssemblyInfo for us, since we now must extend our process templates quite a lot (create and assign local variable for each AssemblyInfo field to be updated). If this is the intended behavior from now on, we will gain more from creating our own custom activity based on the old version.&lt;/p&gt;&lt;p&gt;Sorry if I'm sounding harsh/disrespectful; I don't mean to complain, and simply would like to know how we should cope with this problem on our side.&lt;/p&gt;</description><author>Snusmumriken71</author><pubDate>Mon, 13 May 2013 12:37:02 GMT</pubDate><guid isPermaLink="false">Commented Issue: AssemblyInfo Does Not Accept Values [11429] 20130513123702P</guid></item><item><title>Commented Issue: StyleCop spell checking doesn't work with TFS2012 Team Build [11624]</title><link>http://tfsbuildextensions.codeplex.com/workitem/11624</link><description>Hello,&lt;br /&gt;I am interested in having suggestion from you related the issue with StyleCop analysis. The detailed description of this is described below.&lt;br /&gt;StyleCop 4.7.44 is installed on the dev environment and integrated it into Visual Studio 2012, also a simply console application was created for this purposes. StyleCop works well &amp;#40;and especially important to me that 1650 rule works&amp;#41; from GUI of Visual Studio 2012.&lt;br /&gt;Then I have moved the test application to TFS 2012, installed Community TFS Build Extensions and added StyleCop activity with related changes to build workflow. All StyleCop rules except &amp;#8220;SA1650 ElementDocumentationMustBeSpelledCorrectly&amp;#8221; as appeared after build process as a warnings but I am not able to see the violation related to the SA1650 rule, however this violation is shown in Visual studio GUI. &lt;br /&gt;All files and folders from StyleCop installation folder were added to the CustomAssemblies folder under TFS as is described in the help documentation for Community TFS Build Extensions but I am still not able to see the violation.&lt;br /&gt;Can you please help with resolving this issue&amp;#63;&lt;br /&gt;Looking forward to your response.&lt;br /&gt;Thanks,&lt;br /&gt;&amp;#8211;Ivan&lt;br /&gt;Comments: ** Comment from web user: mikeFourie ** &lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;Are you using a custom dictionary? Are you copying it to the stylecop installation folder during your build?&lt;/p&gt;&lt;p&gt;Mike&lt;/p&gt;</description><author>mikeFourie</author><pubDate>Sat, 11 May 2013 08:38:54 GMT</pubDate><guid isPermaLink="false">Commented Issue: StyleCop spell checking doesn't work with TFS2012 Team Build [11624] 20130511083854A</guid></item><item><title>Closed Issue: Error: Could not load file or assembly 'StyleCop, Version=4.7.1000.0, Culture=neutral, PublicKeyToken=f904653c63bc2738' or one of its dependencies. [11656]</title><link>http://tfsbuildextensions.codeplex.com/workitem/11656</link><description>I&amp;#39;m facing this issue after adding StyleCop activity into build template--&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt; 2 error&amp;#40;s&amp;#41;, 0 warning&amp;#40;s&amp;#41;&lt;br /&gt; Error&amp;#58; Could not load file or assembly &amp;#39;StyleCop, Version&amp;#61;4.7.1000.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;f904653c63bc2738&amp;#39; or one of its dependencies. The system cannot find the file specified.. Stack Trace&amp;#58;    at TfsBuildExtensions.Activities.CodeQuality.StyleCop.Scan&amp;#40;&amp;#41;&lt;br /&gt;   at TfsBuildExtensions.Activities.BaseCodeActivity.Execute&amp;#40;CodeActivityContext context&amp;#41;. &lt;br /&gt; Exception Message&amp;#58; Could not load file or assembly &amp;#39;StyleCop, Version&amp;#61;4.7.1000.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;f904653c63bc2738&amp;#39; or one of its dependencies. The system cannot find the file specified. &amp;#40;type FileNotFoundException&amp;#41;&lt;br /&gt;Exception Stack Trace&amp;#58;    at TfsBuildExtensions.Activities.CodeQuality.StyleCop.Scan&amp;#40;&amp;#41;&lt;br /&gt;   at TfsBuildExtensions.Activities.BaseCodeActivity.Execute&amp;#40;CodeActivityContext context&amp;#41;&lt;br /&gt;   at System.Activities.CodeActivity.InternalExecute&amp;#40;ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager&amp;#41;&lt;br /&gt;   at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody&amp;#40;ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation&amp;#41;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve added these dlls in the private assemblies and custom activities folder--&lt;br /&gt;Ionic.Zip.dll&lt;br /&gt;Microsoft.StyleCop.CSharp.dll&lt;br /&gt;Microsoft.StyleCop.CSharp.Rules.dll&lt;br /&gt;Microsoft.StyleCop.dll&lt;br /&gt;Microsoft.VisualStudio.Coverage.Analysis.dll&lt;br /&gt;Microsoft.VisualStudio.Coverage.Interop.dll&lt;br /&gt;TfsBuild.NuGetter.Activities.dll&lt;br /&gt;TfsBuildExtensions.Activities.AWS.dll&lt;br /&gt;TfsBuildExtensions.Activities.dll&lt;br /&gt;TfsBuildExtensions.Activities.IIS7.dll&lt;br /&gt;TfsBuildExtensions.Activities.ILMerge.dll&lt;br /&gt;TfsBuildExtensions.Activities.LabManagement.dll&lt;br /&gt;TfsBuildExtensions.Activities.StyleCop.dll&lt;br /&gt;TfsBuildExtensions.Activities.VirtualPC.dll&lt;br /&gt;TfsBuildExtensions.Activities.VisualStudio.dll&lt;br /&gt;TfsBuildExtensions.TfsUtilities.dll&lt;br /&gt;&lt;br /&gt;Can you please help me with this &amp;#63;&lt;br /&gt;</description><author>mikeFourie</author><pubDate>Sat, 11 May 2013 08:35:51 GMT</pubDate><guid isPermaLink="false">Closed Issue: Error: Could not load file or assembly 'StyleCop, Version=4.7.1000.0, Culture=neutral, PublicKeyToken=f904653c63bc2738' or one of its dependencies. [11656] 20130511083551A</guid></item><item><title>Edited Issue: Change Drop Locations Case Sensitive [11746]</title><link>http://tfsbuildextensions.codeplex.com/workitem/11746</link><description>The ability to change the drop location of historic builds is useful but it has 2 issues&amp;#58;&lt;br /&gt;&lt;br /&gt;1&amp;#41; There is no ability to control the case sensitivity of the comparison.  &lt;br /&gt;&lt;br /&gt;2&amp;#41; There is no way to search drop locations of existing builds.&lt;br /&gt;&lt;br /&gt;The tool was very helpful but I had to write another tool to get a report of builds that still weren&amp;#39;t what I needed and then execute multiple change operations until I covered all of the variations.&lt;br /&gt;</description><author>mikeFourie</author><pubDate>Sat, 11 May 2013 08:35:29 GMT</pubDate><guid isPermaLink="false">Edited Issue: Change Drop Locations Case Sensitive [11746] 20130511083529A</guid></item><item><title>Created Issue: FTP Activity [11768]</title><link>http://tfsbuildextensions.codeplex.com/workitem/11768</link><description>Look at porting the MSBuild Extension Pack FTP activity here.&lt;br /&gt;&lt;br /&gt;Discussion - http&amp;#58;&amp;#47;&amp;#47;social.msdn.microsoft.com&amp;#47;Forums&amp;#47;en-US&amp;#47;msbuild&amp;#47;thread&amp;#47;07380655-025a-4fed-9935-662499a0f934&lt;br /&gt;</description><author>mikeFourie</author><pubDate>Thu, 09 May 2013 14:41:05 GMT</pubDate><guid isPermaLink="false">Created Issue: FTP Activity [11768] 20130509024105P</guid></item><item><title>Created Issue: Change Drop Locations Case Sensitive [11746]</title><link>http://tfsbuildextensions.codeplex.com/workitem/11746</link><description>The ability to change the drop location of historic builds is useful but it has 2 issues&amp;#58;&lt;br /&gt;&lt;br /&gt;1&amp;#41; There is no ability to control the case sensitivity of the comparison.  &lt;br /&gt;&lt;br /&gt;2&amp;#41; There is no way to search drop locations of existing builds.&lt;br /&gt;&lt;br /&gt;The tool was very helpful but I had to write another tool to get a report of builds that still weren&amp;#39;t what I needed and then execute multiple change operations until I covered all of the variations.&lt;br /&gt;</description><author>chrpai</author><pubDate>Thu, 02 May 2013 14:58:30 GMT</pubDate><guid isPermaLink="false">Created Issue: Change Drop Locations Case Sensitive [11746] 20130502025830P</guid></item><item><title>Commented Issue: add an optional Build Quality Filter for the get last good build activity [11692]</title><link>http://tfsbuildextensions.codeplex.com/workitem/11692</link><description>Add an optional parameter Build Quality to allow fetching the last good build with a given build quality.&lt;br /&gt;&lt;br /&gt;If the parameter is not filled it will mantain the current behaviour of getting the last good build&lt;br /&gt;Comments: Associated with changeset 83291: reenabled case insenstive comparison for build tags</description><author>tspascoal</author><pubDate>Wed, 10 Apr 2013 21:28:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: add an optional Build Quality Filter for the get last good build activity [11692] 20130410092822P</guid></item><item><title>Commented Issue: add an optional Build Quality Filter for the get last good build activity [11692]</title><link>http://tfsbuildextensions.codeplex.com/workitem/11692</link><description>Add an optional parameter Build Quality to allow fetching the last good build with a given build quality.&lt;br /&gt;&lt;br /&gt;If the parameter is not filled it will mantain the current behaviour of getting the last good build&lt;br /&gt;Comments: Associated with changeset 83276: changed build quality comparison to case sensitive</description><author>tspascoal</author><pubDate>Tue, 09 Apr 2013 15:38:50 GMT</pubDate><guid isPermaLink="false">Commented Issue: add an optional Build Quality Filter for the get last good build activity [11692] 20130409033850P</guid></item><item><title>Closed Issue: add an optional Build Quality Filter for the get last good build activity [11692]</title><link>http://tfsbuildextensions.codeplex.com/workitem/11692</link><description>Add an optional parameter Build Quality to allow fetching the last good build with a given build quality.&lt;br /&gt;&lt;br /&gt;If the parameter is not filled it will mantain the current behaviour of getting the last good build&lt;br /&gt;Comments: Resolved with changeset 83238: Added the ability to also get the last good build of a given quality&lt;br /&gt;Also made TFS parameter optional. If not passed the server to which the build agent is connected is used</description><author>tspascoal</author><pubDate>Sat, 06 Apr 2013 15:34:37 GMT</pubDate><guid isPermaLink="false">Closed Issue: add an optional Build Quality Filter for the get last good build activity [11692] 20130406033437P</guid></item><item><title>Edited Issue: add an optional Build Quality Filter for the get last good build activity [11692]</title><link>http://tfsbuildextensions.codeplex.com/workitem/11692</link><description>Add an optional parameter Build Quality to allow fetching the last good build with a given build quality.&lt;br /&gt;&lt;br /&gt;If the parameter is not filled it will mantain the current behaviour of getting the last good build&lt;br /&gt;</description><author>tspascoal</author><pubDate>Sat, 06 Apr 2013 15:32:25 GMT</pubDate><guid isPermaLink="false">Edited Issue: add an optional Build Quality Filter for the get last good build activity [11692] 20130406033225P</guid></item><item><title>Created Issue: add an optional Build Quality Filter for the get last good build activity [11692]</title><link>http://tfsbuildextensions.codeplex.com/workitem/11692</link><description>Add an optional parameter Build Quality to allow fetching the last good build with a given build quality.&lt;br /&gt;&lt;br /&gt;If the parameter is not filled it will mantain the current behaviour of getting the last good build&lt;br /&gt;</description><author>tspascoal</author><pubDate>Thu, 04 Apr 2013 22:47:59 GMT</pubDate><guid isPermaLink="false">Created Issue: add an optional Build Quality Filter for the get last good build activity [11692] 20130404104759P</guid></item></channel></rss>