Skip to content

1: Using this repository

Kevin Chant edited this page May 4, 2022 · 1 revision

Most optimal way to use this repository is to clone(copy) it to your local computer.

Afterwards, you can than work with your scripts in the scripts folder. Ideally using a version of Visual Studio. You can view more information on how to setup Visual Studio for use on the DbUp website. You can then synchronize your local copy of this repository to one in the Azure Repos service in Azure DevOps for use.

From there you can create a new pipeline by using the existing YAML file called azure-pipelines-Single-Serverless-Pool.yml. I go into more detail about how to do this in a blog post called Connect a Database Project in Azure Repos to Azure Pipelines.

Once done you can customize the YAML file used for the pipeline to suit your needs.