December 2019
Beginner to intermediate
770 pages
16h 14m
English
To create your first build pipeline, open the Pipelines section of your Azure DevOps portal and click New pipeline:

Now you can choose the source of your code to build. To start with, we will use the Classic Editor, which means we will create the pipeline manually, just to look at the different parts of the pipeline settings. Later, we will use Azure Repos Git to create the whole pipeline in one step from a YAML file.
After you click Use the classic editor, you can select the source of the code (select Azure Repos Git | Team project, then select the Repository for the source code and the branch from the repository ...
Read now
Unlock full access