Continuous integration and delivery is a mandatory part of today's software development process which can be implemented using several CI/CD tools. Azure DevOps is a tool which can be used to create CI/CD pipelines as classical pipeline or as YAML pipeline. When you are using YAML pipelines, you might need to use several YAML templates to create a CI/CD pipeline. If you need to do any modifications to the templates, previously you had to select relevant template from the Repo and do the modifications. However, Azure DevOps has introduced new YAML template editor feature which can be used to edit YAML templates easily.
This blog explains how to work with YAML template editor.
Let's get started.