BotFramework-FunctionalTests/Docs/setupPipelines.md

1.3 KiB

How to setup Pipelines

The following steps will guide you through the creation of a pipeline from a YAML file.

Requirements

Steps

  • Go to the pipeline section of your Azure DevOps organization and create a new pipeline using the classic editor.

    setupPipelines1

  • Configure the repository and branch. In the configuration as code section, click on Apply for the YAML file option.

    setupPipelines2

  • In the YAML tab, write the pipeline's name and select the YAML file you want to use.

    setupPipelines3

  • Go to the variables tab to add all the variables that will be used in the pipeline.

    setupPipelines4

  • In the triggers tab you can configure the triggers and schedules for each pipeline, all pipelines are configured to not trigger by default.

    setupPipelines5

  • When you are done configuring the pipeline, save the changes.

    setupPipelines6