We discussed Azure DevOps classic build pipelines in previous chapters. You should now have a good understanding of the features of classic builds and the usage of build pipelines. Azure DevOps has two types of pipelines available with it: classic build and release pipelines and YAML pipelines. In this chapter, let’s discuss the YAML build pipelines, which enable us to keep the pipelines as code.
Lesson 8.01: Getting Started with YAML Pipelines
YAML pipelines are the Azure ...