How to call Team Services REST API from PowerShell and Node.js 21 November 2016 Donovan Work (22) In this post I show you how to call a Team Service REST API from PowerShell and Node.js. [More]
yo vsts 02 November 2016 Donovan Work (26) In this post I teach you how to install the VSTS generator for Yeoman I used at Ignite New Zealand 2016. [More]
Don’t go ask for permission; just do the right thing for your company 29 April 2016 Donovan Work (1) Don’t go ask for permission just do the right thing for your company. [More]
How to Install Jenkins in an Azure Web App 28 February 2016 Donovan Work (9) In this post I show you how to install Jenkins in an Azure Web App. [More]
Enable Full CI/CD with Jenkins and VSTS 22 February 2016 Donovan Work (14) In this post I will show you how to enable full CI and CD with Jenkins and VSTS. [More]
Post two 06 February 2016 Donovan (0) This is a post two. The variables searchTerm and selectCommand are initialized at the top. You're go [More]
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]