Skip to content

Files

Latest commit

 

History

History
 
 

github-based-cicd-simple

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.

Known Limitations

  • This configuration does not allow you to trigger checks in GitHub. A PAT service connection is not sufficient for PR checks because it only allows AzDO to communicate with GitHub (and not the other way around). There is a backlog item to address this.