From the course: Azure DevOps for Beginners

Unlock this course with a free trial

Join today to access over 24,600 courses taught by industry experts.

Add a build pipeline

Add a build pipeline

- [Narrator] It's time to start setting some of the settings for this pipeline. I've got two areas I need to fix, they have the red text. So what's wrong here is I need to provide my Azure subscription. Before we get there, let's take a look at the name. I don't like this name, so I'll go and put in simple web app. Go down here and the display name for this is going to be Azure Web App Deploy. I'll just go ahead and leave that as is. Then I'll go up here, I'll choose my agent pool. I'll use Azure Pipelines. I'll specify which agent to run. I have choices for MacOS, Ubuntu, and for Windows. I'll choose the Visual Studio 2017 build agent. Here, I need to specify some value for the solution. Now if you want to know what to enter for these properties, there's two places to look. This I looks promising, but when you click on it, it doesn't give you much information. It just says this is an important settings. It can be shared between your pipelines, tasks and changed in one place. It's…

Contents