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 release pipeline

Add a release pipeline - Azure Tutorial

From the course: Azure DevOps for Beginners

Add a release pipeline

- [Instructor] We've successfully created this pipeline and tested it. It is combination of building the items for our application and also deploying to the Azure app services. In many instances, you want to separate these. You want to have a build pipeline and a release pipeline. So let's see how you would do that. Go to Pipelines. We're going to add another pipeline. The way you do that would be click here. Then instead of choosing this item, this template, which builds package tests and deploys, I choose this one, build and test only. So I've done that already. It's identical, except it's missing the deploy piece. That's called Simple Web App Build Only, and I've tested it and that is working. Now I'll go over to Releases. And here you would create a new release pipeline, and you need to set up two things, a stage and an artifact. So for the stage, I want to do an Azure App Service Deployment. So I click here and choose Apply. I'll call this Production. Then you have to set up an…

Contents