Building Visual Studio projects with DevEnv.com

Introduction This post is about my most successful Azure DevOps extension. Before I tell you more about the newest version, let me tell you something more about the history of it. Several years ago, just after the TFS 2015 was released, this was one of the first build tasks I built. I had a team […]

Starting a TFS release via REST API

Intro It is a common need to inject variables in your release. When it comes to a build, it was always an easy task, however, the release didn’t support such a thing out of the box. In case you are using Azure DevOps (service and server), you are good to go, as this is now […]

Node10 provider available for Agent v2.144.0

It’s been a while that developers of Azure DevOps build/release tasks have been stuck on NodeJs v6.10.3 (available since agent v2.117.0). In the past days, a new pre-release of the agent came out that supports NodeJs 10 runtime. This is a great news but a bit ‘under-advertised’. Let’s see what it is all about. Starting […]