Tag Archives: Azure Devops

Get a PAT in Azure DevOps

I have a presentation recently on Continuous Integration Using Local Agents in Azure DevOps and one of the things I do in there is get a PAT for Azure DevOps to use in configuring an agent. This post shows how … Continue reading

Posted in Blog | Tagged , , | Comments Off on Get a PAT in Azure DevOps

Denver Dev Day Oct 2024 Slides

Here are the slides from my talk today: CI in Azure DevOps If you have questions, please feel free to contact me (top menu above).

Posted in Blog | Tagged , , , | Comments Off on Denver Dev Day Oct 2024 Slides

Creating a Test Pipeline in Azure DevOps using a Windows Agent

A customer was having some trouble getting started with Azure DevOps (AzDO) and building their database, so we took a step back and decided to create a simple test pipeline, so they could get a feel for how things work … Continue reading

Posted in Blog | Tagged , , | Comments Off on Creating a Test Pipeline in Azure DevOps using a Windows Agent

Set a Runtime Variable in an Azure DevOps Pipeline

Note: I DO NOT recommend this. Any changes to a pipeline should be in code and through a PR. That being said, I know this information is out there and some people need it. The question from a friend was … Continue reading

Posted in Blog | Tagged , , | Comments Off on Set a Runtime Variable in an Azure DevOps Pipeline