Quick Tip: Accessing a Azure DevOps secret from within a scripted step
Published by Stuart Blackler
In today’s quick tip, we are going to see how we can access a secret that we’ve defined in a variable group as part of a Azure DevOps yml based build.
Building a custom build agent image with Docker and Azure DevOps pipelines
Published by Stuart Blackler
In this article, we will learn how to use a custom dockerfile as the bases for a customised Azure DevOps build agent. There are many reasons why you might want to do this, including running custom tooling that takes a while to setup or tooling that isn’t supported yet.
Building Service Fabric Apps With VSTS YML Build Definitions
Published by Stuart Blackler
Automated Builds in VSTS with YML Build Definitions
Published by Stuart Blackler
DevOps
Published by Stuart Blackler
As part of my role as a .Net Developer, I have recently been getting to grips with the build and deployment features of both Teamcity and Octopus Deploy. This has been making me think about the industry buzz word “DevOps” and exactly what that means.