442 Views
The new (not so new) Azure DevOps's YAML pipelines are fantastic but can become quite complicated. It's especially true if you have many little projects or microservices in the same git repository that you want to build and deploy independently. Fortunately, it's possible to build YAML templates that can be reused through many different pipelines.
0 comments