We will create a CI pipeline in Azure Pipelines by following these steps:
- To create this pipeline, open the Pipelines | Builds menu.
- Then, click on the New pipeline button, as shown in the following screenshot:
- For the configuration mode, we choose the Use the classic editor option:
In Azure Pipelines, there is the choice of either the classic editor mode, which allows us to configure the pipeline via a graphical interface, or the YAML pipeline mode, which involves using a YAML file that describes the configuration ...