From the course: Azure DevOps: Continuous Delivery with YAML Pipelines

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Customizing the workflow

Customizing the workflow - Azure Tutorial

From the course: Azure DevOps: Continuous Delivery with YAML Pipelines

Start my 1-month free trial

Customizing the workflow

- [Instructor] Being able to capture some build information, happens during the run of the build. Now, inside of Azure DevOps, there are a lot of different tasks, but finding one that can give us that build information, we actually need to go to the extension, to the marketplace and see what kinds of tasks there are out there. If you click on the Browse marketplace, it'll take us out to where we can go and look at the extensions for Azure DevOps. Looking through here, there's a lot of interesting ones, including stuff for like Timetracker, there's Slack, there's Delivery Plans, Code Search, all kinds of different things. One that I tend to use a lot is Replace Tokens. And this is a third-party extension that you can install into your Azure DevOps and you can use it to replace character strings in files, and you can do that before the actual build runs. So what I've done if you click on the Get it free, you can download and…

Contents