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.

Start a release pipeline

Start a release pipeline

From the course: Continuous Delivery with Azure DevOps

Start my 1-month free trial

Start a release pipeline

- [Instructor] All right so we're back here in our Azure DevOps demo environment. We'll pick up where we left off. If you remember in the last set of videos we were working with the builds. We created our CI builds you can see here in the center of the screen, the LinkedInDemo at ASP.net CI build ran successfully, it was created. I want to talk a little bit about this parts unlimited end to end build for a second, because this is the one we're going to be releasing with. I don't release my CI builds because obviously they're not packaged up, it's not everything that I want in a released build. So I'm going to click on edit for this end to end one and you'll notice here there are a couple different things happening here. Let's just select the build solution and you'll notice it's being packaged up. So there's a lot of build arguments, we're packaging this item up, we're running our tests obviously like we did last time. But we're copying the files to a drop location and publishing the…

Contents