From the course: Azure DevOps: Continuous Delivery with YAML Pipelines

Unlock the full course today

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

Editing YAML in the portal

Editing YAML in the portal - Azure Tutorial

From the course: Azure DevOps: Continuous Delivery with YAML Pipelines

Start my 1-month free trial

Editing YAML in the portal

- [Instructor] So we have our YAML pipeline, but it didn't publish an artifact. So, let's see how we can add that. If we go back over to our Pipelines, and I look at the Classic pipeline, and take a look at what the task was that did the publishing, if I scroll down, you'll see that it's Publish Artifact. And in fact, I can choose jobs, if I want to add new jobs by clicking the button, and then going out and searching for it. So, I could scroll all the way down and find where it says publish, and then I could add that task in here. I could also find the Published build artifacts, add it that way. Now, if you click on this, you can see that I can View the YAML like I did before, but I wanted to show how you can add this to your pipeline just directly. So, what I'm going to do is go back to my pipelines, and let's edit our yaml pipeline. Again, I'm going to go out, and I'm going to edit this file. And when I look at…

Contents