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.

Begin Azure DevOps end-to-end experience

Begin Azure DevOps end-to-end experience

From the course: Continuous Delivery with Azure DevOps

Start my 1-month free trial

Begin Azure DevOps end-to-end experience

- [Instructor] So we are in our LinkedIn demo in Azure DevOps. What I want to do now is I want to make a change to a file in the repo. I want it to kick off the Parts Unlimited end-to-end build, and I want that build to then kick off a release, and push everything out in our dev environment. So, the first thing I'm going to do, is go to the left side here and go to the Repo section. I'm going to then go to the files, which I've already selected. I'm going to navigate down to my source, and go to my Views, go to my Home Views, go to my Index. And I'll put this in Edit mode real quick, and I'm going to take out this LinkedIn Demo. So our title should be like Home Page Parts Unlimited, or something to that effect. And we'll commit this. And we'll commit that, that's fine. Now, let's go over to the pipelines on the left here and go to Builds. I should see a build getting kicked off. And we do see a build getting kicked for PartsUnlimitedE2E, the build is running. So we'll let that…

Contents