summaryrefslogtreecommitdiff
path: root/examples/github-based-cicd-simple/README.md
blob: f36e25e346af1abb34f57738511d7f2a5fbca000 (plain)
1
2
3
4
5
6
7
8
9
# Simple GitHub based CICD

This sample provisions the following infrastructure:

- AzDO project
- AzDO build definition that points to `.azdo/azure-pipeline-nightly.yml`
- GitHub service connection that grants AzDO the ability to interact with GitHub via a PAT

Builds will be triggered based on the trigger block in the yaml pipeline specified.