This site is obsolete and should be used for reference only. The information in this documentation is not guaranteed to work for Bot Framework SDK versions past 4.9.1.

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

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?.