Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion eng/ci/code-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ trigger:
# These are the branches we'll mirror to our internal ADO instance
# Keep this set limited as appropriate (don't mirror individual user branches).
- main
- vabachu/release-testing

resources:
repositories:
Expand All @@ -16,4 +17,4 @@ variables:
- template: ci/variables/cfs.yml@eng

extends:
template: ci/code-mirror.yml@eng
template: ci/code-mirror.yml@eng
3 changes: 2 additions & 1 deletion eng/ci/official-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ trigger:
branches:
include:
- main
- vabachu/release-testing

# CI only, does not trigger on PRs.
pr: none
Expand Down Expand Up @@ -50,4 +51,4 @@ extends:
- stage: BuildAndSign
dependsOn: []
jobs:
- template: /eng/templates/build.yml@self
- template: /eng/templates/build.yml@self
Loading