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

Опубликовано: 22 Февраль 2025
на канале: Round The Code
54,929
775

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.

💻 Download the code example for this demo 💻
https://www.roundthecode.com/dotnet-c...

🎥 What is Azure DevOps? 🎥
   • What is Azure DevOps? A beginners tut...  

🎥 .NET CI/CD with Azure playlist 🎥
   • .NET CI/CD with Azure  

📖 Learn .NET and C# with our online courses 📖
https://www.roundthecode.com/dotnet-c...

► More information:
https://www.roundthecode.com/dotnet-t...

► 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