2015 Ignite New Zealand demo prep: Step 10 24 December 2015 Donovan Work (0) In this post we add testing to our release definition. [More]
So you want to trigger a VSTS release from an external build system 07 December 2015 Donovan Work (9) The goal of this post is to trigger a release in VSTS using PowerShell from an external build system. [More]
I keep getting error when I run tcm.exe 23 January 2014 Donovan Work (0) Problem: I keep getting the following error when I attempt to run tcm.exe from the command line: “A test run must be created with at least one test case.” Solution: Open MTM and check the status of the test case from the Test tab. Make sure the test case state is not Error. If it is ... [More]
I have code I don't want used to calculate code coverage or code metrics 02 September 2011 Donovan Work (0) Problem: I have code that I don't want to be calculated in my code coverage results and/or my code metrics. Solution: Apply the GeneratedCodeAttribute, DebuggerNonUserCode or DebuggerHidden attributes to the specific code. Explanation: Genera... [More]
Where to store connection strings for Custom Work Item Controls 07 November 2009 Donovan Work (1) How to store connection strings in Global list in Team Foundation Server. [More]