How to build multiple configurations in a single VSTS build 26 February 2016 Donovan-Brown Work (41) In this post I will show you how to build multiple configurations in a single build. [More]
Cannot find module ‘q’ in my VSTS task 17 January 2016 Donovan-Brown Work (0) In this post I show you how to fix the Cannot find module 'q' issue with VSTS tasks. [More]
Test VSTS build tasks written in PowerShell with PowerShell Tools for Visual Studio 2015 31 December 2015 Donovan-Brown Work (11) Test VSTS build tasks written in PowerShell with PowerShell Tools for Visual Studio 2015 [More]
Where is my Write-Verbose from my custom build task? 29 December 2015 Donovan-Brown Work (0) In this post I tech you how to see the output of your Write-Verbose when creating a build task. [More]
How can I change the connection strings of my Azure Web Apps during deployment from VSTS build or release? 28 December 2015 Donovan-Brown Work (14) In this post I show how you can change the connection strings during a Azure Web App deployment. [More]
How can I view my Jenkins artifacts contents in Release Management? 14 December 2015 Donovan-Brown Work (0) In this post I show you a few ways to view the contents of your Jenkins artifacts used with Release Management. [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]
So you want to spin up a Windows VM during your build or release and copy files to it... 05 December 2015 Donovan-Brown Work (0) Spin up a Windows VM in Azure and copy files to it during your VSTS build or release. [More]
Clean Solution vs Clean Repository in Visual Studio Online Build 25 October 2015 Donovan-Brown Work (1) In this post we explain the difference between the two clean options in Visual Studio Online Build. [More]
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]