From the course: Azure DevOps for Beginners

Unlock this course with a free trial

Join today to access over 22,400 courses taught by industry experts.

Explore the pipeline templates

Explore the pipeline templates - Azure Tutorial

From the course: Azure DevOps for Beginners

Explore the pipeline templates

- [Instructor] One benefit from working with Azure Pipelines is the included templates. So, when you're creating a build pipeline you can use a template to get started. And we'll take a look at some of the templates that are available for ASP.NET. So the first step is to open Pipelines. And then go to the Build Pipelines section. That's this one here. Click on New Pipeline. And I've got two choices. I can use this editor for creating a new pipeline. Which will generate a YAML file. Or I can use the classic editor which will create the pipeline without the YAML file. The benefit of using YAML is that it's a text file and then I can include that YAML file in my repo. For this example, I'll choose the classic editor. Then I'll choose my source. I'll use Azure Repos Git. I'll choose the Team Project. The Repository that contains my code. That's SimpleRepo. Choose the main branch. Then click on Continue. And you can…

Contents