From the course: Continuous Delivery with Azure DevOps

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Review the CI build setup

Review the CI build setup

From the course: Continuous Delivery with Azure DevOps

Start my 1-month free trial

Review the CI build setup

- [Instructor] I'm here in my Azure DevOps project, that we've been working in, my LinkedIn Demo. I want to go over to the far left here and I want to select the Pipelines option. Click on that and it should select the builds for you, if not go ahead and click on builds. You'll notice I have a couple of builds available to me, I have my ASP.NET-CI build and I have my Parts Unlimited end to end build. The one I care about is my CI build here. I'm going to go over to the center of the screen and click on the Edit option. And I want to take a look at the visual designer for the builds. Now I could also do this in code, what we call YAML, and if I go up here to this link in the far right here it says View YAML, you can see this is what my YAML code will look like. By the time that you see this video, YAML may be the default option and the visual designer may be secondary. In our case, we're still using the visual designer so I want to just walk through each one of these steps with you and…

Contents