Back to Browse

Azure DevOps pipeline: Create a .NET build pipeline (CI/CD YAML tutorial)

70.2K views
Jun 4, 2022
10:02

πŸ’» 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=EUszBUnCKlo+-+video+content+%28code+sample%29 πŸŽ₯ What is Azure DevOps? πŸŽ₯ https://www.youtube.com/watch?v=TkDjFaUWtwU πŸŽ₯ .NET CI/CD with Azure playlist πŸŽ₯ https://www.youtube.com/playlist?list=PLNLqfquXi7rsZlj3ZeA1GPMs2x73IINZ1 πŸ“– Learn .NET and C# with our online courses πŸ“– https://www.roundthecode.com/dotnet-courses?utm_source=youtube&utm_medium=referral&utm_campaign=EUszBUnCKlo+-+video+content+%28online+course%29 β–Ί More information: https://www.roundthecode.com/dotnet-tutorials/azure-devops-pipeline-build-dotnet-ci-cd?utm_source=youtube&utm_medium=referral&utm_campaign=3Ko5_25VtYw+-+video+content+%28more+information%29 This video will look at creating an Azure DevOps pipeline with .NET. In this beginners tutorial, we'll show you how to checkout an ASP.NET Core application from GitHub to use in Azure Pipelines. From there, we'll show you how to code a build pipeline using YAML, which can be used for CI/CD. We'll have a look at how to setup the steps and the tasks within it. The tasks involve how to restore NuGet packages, build an application, run tests and publish an application to an artifacts file. This demo will also show you how to trigger a build, and setup environment variables that can be used as part of your YAML script. β–Ί Chapters 0:00 Coming up... 0:11 Azure Pipelines for CI/CD 0:41 Dependency injection course 0:51 .NET project overview 1:20 Create build pipeline 1:56 Add build pipeline parameters 3:33 Add tasks to build pipeline 8:57 Run build pipeline 9:38 What do you like about Azure DevOps? #Azure #Pipelines #CICD

Download

0 formats

No download links available.

Azure DevOps pipeline: Create a .NET build pipeline (CI/CD YAML tutorial) | NatokHD