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 - Azure Tutorial
From the course: Azure DevOps for Beginners
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
-
-
-
-
-
-
(Locked)
What are Azure pipelines?5m 34s
-
(Locked)
Continuous integration with build pipelines3m 29s
-
(Locked)
The pipeline components5m 8s
-
(Locked)
Explore the pipeline section of the DevOps portal2m 25s
-
(Locked)
Explore the example web project2m 4s
-
(Locked)
Add a service connection to Azure Resource Manager55s
-
(Locked)
Explore the pipeline templates2m 37s
-
(Locked)
Add a build pipeline3m 7s
-
(Locked)
Manually run and troubleshoot a pipeline2m 38s
-
(Locked)
Update the repo to trigger the build1m 37s
-
(Locked)
Add a release pipeline2m 10s
-
(Locked)
Use custom variables in the pipeline1m 26s
-
(Locked)
-
-
-