From the course: Azure Microservices with .NET Core for Developers

Unlock the full course today

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

Release pipelines in Azure DevOps

Release pipelines in Azure DevOps - Azure Tutorial

From the course: Azure Microservices with .NET Core for Developers

Start my 1-month free trial

Release pipelines in Azure DevOps

- [Instructor] Being able to compile your code automatically and run your unit test is just a part of the equation. You can create release pipelines to deploy your silver components. You can even fire this up automatically when a new build artifact is available. To create a new release pipeline, you can select the release option under the pipelines menu item. Let's click on this new pipeline button. And here, you can start by using a template or you can choose to start from an empty job. There are dozens of templates for common deployment scenarios and technologies. I will choose this empty job option. You can choose different kinds of artifacts. For example, you could take the one that we previously created in the build pipeline as the artifact for this release pipeline. In the same way, you could use a repo as the artifact. This comes in handy when you only need script files with the deployment instructions.…

Contents