General setup of a new pipeline
First of all, we have to create a new pipeline. This step has to be done for all the three pipelines we need.
After the pipelines/workflows have been created in either ADO or GH, the steps are specific to every pipeline. We will go into depth regarding them in the sections right after the general setup.
ADO
We have to navigate to the ADO project where the pipeline should run. There, we open the Pipeline menu and select the New pipeline button on the upper-right corner of the page.
Figure 10.1: Creating a new pipeline in ADO
Note
If there isn’t a pipeline in the project yet, there will be a New Pipeline button in the middle of the page.
On the following screen, we select Azure Repos Git:
Figure 10.2 Selecting Azure Repos Git as the source
Thereafter, we select the correct repository to use. Every project has at least one repository that has the same name as the project....