How to package and publish a NuGet package to NuGet.org using Team Build 2015 25 October 2015 Donovan-Brown Work (4) In this post we are going to see how we can use Team Build 2015 to create a Nuget package from a class library project and publish it to Nuget.org. [More]
How Do I Upload a Custom Task for Build? 05 October 2015 Donovan-Brown Work (5) In this post learn how to upload custom task to VSO. [More]
Auto start build agent in interactive mode 28 August 2015 Donovan-Brown Work (7) I need my build agent to auto login and start in interactive mode. [More]
How to enable the cURL capability 28 August 2015 Donovan-Brown Work (3) I want to use the cURL task in VSO build but when I try I get an error. [More]
Running SonarQube with Maven using build vNext 17 June 2015 Donovan-Brown Work (0) In this post we are going to use the SonarQube server webuilt in the lastpost. With build vNext ru [More]
How to run xunit test with vNext Build 15 June 2015 Donovan-Brown Work (9) I was recently asked for help getting xunit test to run usingVSO build vNext. In this post I will w [More]
How many vendors does it take to implement DevOps? 24 February 2015 Donovan-Brown Work (1) I was recently reading a post titled “5 Secrets of Enterprise DevOps”. It is a very interestin [More]
Do you, Release Management, take this feature, Deployment Slots, to be your DevOps partner? 13 February 2015 Donovan-Brown Work (0) Abstract When I first started reading about Deployment Slots I had more questions than answers. My most obvious concern was what ... [More]
So sick of Microsoft.WebApplication.targets was not found build errors! 14 January 2015 Donovan-Brown Work (0) Problem: I was recently connecting an on premises build server to my Visual Studio Online account (that is crazy easy by the way) but my first build failed with the following error. The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebAppli... [More]
Achieving Continuous Delivery with VSO and RMO (it is easier than you think) 14 January 2015 Donovan-Brown Work (0) Release Management Online (RMO) monitors the build definition configured to a release template. When the build is completed a release is automatically kicked off. This is a great step forward from the past where we had to use custom build templates or resort the CLI or REST API to trigger a build.&n... [More]