Tutorial: Enable continuous integration (csharp)
Intro
Purpose
Learn how to create a build pipeline on Azure DevOps using a YAML file as configuration, as it’s an easy way to configure one or many specific branches with an existing YAML or creating a new one. You can add different scripts using the tools of Azure Pipelines or manually write the different tasks your build pipeline needs to execute.
Prerequisites
- Sign up for Azure DevOps.
- Select a project to create a build pipeline for either:
- Create a repository for you to host your source code.
Time To Complete
15 minutes
Scenario
A personalized build pipeline in Azure DevOps usign a YAML file. This tutorial is based on a sample Virtual Assistant in the Bot Framework Solutions repository.
For further information, read What is Azure Pipelines?.