Create Pipeline
Last updated
Was this helpful?
Last updated
Was this helpful?
Head over to >> Pipelines
Click New pipeline button
Select GitHub
Choose the repository for the new pipeline (if you can't find it, change My repositories to All repositories)
Select Existing Azure Pipelines YAML file
On the Select an existing YAML file screen choose:
Branch: main
Path: <<path to azure-pipelines.yml>>
Click Continue
Click Run
NOTE: The first run may FAIL if you have not already created the environment(s) yet, or unchecked shallow fetch
Head over to >> Pipelines >> Environments
Click New environment
Fill out the Name and Description
For Resource choose None
Click Create
On the pipeline page you just created, click Edit in the upper right
Click on the 3 dots icon in the upper right and choose Triggers
Click on the YAML tab
Click Get sources
Ensure the Select a source section has GiHub highlighted
Scroll down and uncheck Shallow fetch
Save your changes