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.

Add a build pipeline

Add a build pipeline

It's time to start setting some of the settings for this pipeline. I've got two errors 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 think I'll just go ahead and leave that as is. And 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 Mac OS, 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 that can be…

Contents