Azure DevOps: No agent pool found with identifier xx
A solution to the vague error message that occurs sometimes when deleting/re-creating an agent pool
A solution to the vague error message that occurs sometimes when deleting/re-creating an agent pool
My personal Azure DevOps pipeline templates
Delete custom fields on a process template in Azure DevOps using the REST API
Using the 'build once deploy many' concepts with an Angular application and Azure Pipelines
Disclaimer I should first off state that I wouldn’t entirely recommend this, if you are migrating to GitHub for the first time, you should try to start off with a blank slate. Keep the old tickets...
Reparent Work Items in the UI If you are reparenting only a few work items, then the easiest way is to use the Mapping view in the Azure DevOps backlog, as described by Microsoft: Enabling the m...
Authenticate to Azure Artifacts from GitHub Actions for builds and code scanning workflows
Summary This is a very simple bash script that can assist you in migrating NuGet packages to a different Artifact feed. It’s written with Azure DevOps in mind as a target, but there’s no reason wh...
Overview After virtually attending GitHub Universe last week and watching the GitHub Advanced Security round-up and Catching vulnerabilities early with GitHub sessions, it got me thinking: How do ...
Scenario I had a client that wanted to integrate a secret scanning utility (among other checks) into the pipeline, and enforce this control. Colin Dembovsky (my co-worker) and I typically recommen...