Created
June 7, 2021 18:57
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resources: | |
pipelines: | |
- pipeline: aks-ci # Name of the pipeline resource(up to you to choose) | |
source: AKS-CI # Name of the pipeline (case sensitive!) | |
#project: aks-test # Required only if the source pipeline is in another project | |
trigger: true # Run app-ci pipeline when any run of AKS-CI completes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment