Skip to content

Commit 92ab676

Browse files
authored
Update pipelines for release testing (#431)
1 parent 44969e1 commit 92ab676

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

eng/ci/code-mirror.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ trigger:
44
# These are the branches we'll mirror to our internal ADO instance
55
# Keep this set limited as appropriate (don't mirror individual user branches).
66
- main
7+
- vabachu/release-testing
78

89
resources:
910
repositories:
@@ -16,4 +17,4 @@ variables:
1617
- template: ci/variables/cfs.yml@eng
1718

1819
extends:
19-
template: ci/code-mirror.yml@eng
20+
template: ci/code-mirror.yml@eng

eng/ci/official-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ trigger:
1212
branches:
1313
include:
1414
- main
15+
- vabachu/release-testing
1516

1617
# CI only, does not trigger on PRs.
1718
pr: none
@@ -50,4 +51,4 @@ extends:
5051
- stage: BuildAndSign
5152
dependsOn: []
5253
jobs:
53-
- template: /eng/templates/build.yml@self
54+
- template: /eng/templates/build.yml@self

0 commit comments

Comments
 (0)