Azure DevOps release pipeline: Deploy a .NET application to IIS (CI/CD YAML tutorial)

Azure DevOps release pipeline: Deploy a .NET application to IIS (CI/CD YAML tutorial)

44.756 Lượt nghe
Azure DevOps release pipeline: Deploy a .NET application to IIS (CI/CD YAML tutorial)
This video will look at creating a Azure DevOps release pipeline to deploy a .NET Web API to IIS. In this CI/CD tutorial, we'll show you how to set up an environment so you can release to IIS. Afterwards, we'll talk through how to link with GitHub and start to code a release pipeline using YAML. The tasks will involve the artifacts download, using resources to use your release pipeline to link to your build pipeline, variables setup and IIS deployment. This will help you set up continuous integration (CI) and continuous deployment (CD) for your .NET website. 💻 Download the code example for this demo 💻 https://www.roundthecode.com/dotnet-code-examples/azure-devops-pipeline-example-dotnet-project-ci-cd?utm_source=youtube&utm_medium=referral&utm_campaign=L_bou0a8mH8+-+video+content+%28code+sample%29 📖 Learn .NET and C# with our online courses 📖 https://www.roundthecode.com/dotnet-courses?utm_source=youtube&utm_medium=referral&utm_campaign=L_bou0a8mH8+-+video+content+%28online+course%29 🎥 .NET CI/CD with Azure playlist 🎥 https://www.youtube.com/playlist?list=PLNLqfquXi7rsZlj3ZeA1GPMs2x73IINZ1 ► More information: https://www.roundthecode.com/dotnet-tutorials/azure-devops-release-pipeline-dotnet-web-api-iis?utm_source=youtube&utm_medium=referral&utm_campaign=L_bou0a8mH8+-+video+content+%28more+information%29 ► Chapters 0:00 Coming up... 0:06 Why Azure Release Pipeline is important for CD 0:43 Dependency injection course 0:52 Set IIS website 1:42 Create Environment in Azure DevOps 3:03 Rename pipelines 3:37 Create Release pipeline 4:48 Code YAML file for Release Pipeline 11:50 Run Release Pipeline 12:38 How the Package path works 13:26 Top Tip 14:08 What we've learnt #azure #pipelines #dotnet