Azure DevOps Pipelines Templates

If you are using a monorepo in Azure DevOps, big chances are that you want configure the pipelines for running the CI/CD in a custom way for each project inside the solution. That is when the parameters and templates that Azure DevOps provides become handy. Lets have a look to the following simple (but realistic) example that I encounter at work few days ago. Suppose that you have a .NET Solution containing several projects, in this case, Azure Functions Projects....

September 28, 2021 · 6 min · Me