Skip to content

Commit 0ecc57b

Browse files
authored
Add code mirror pipeline (#504)
1 parent 3f0e168 commit 0ecc57b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

eng/ci/code-mirror.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
trigger:
2+
branches:
3+
include:
4+
# These are the branches we'll mirror to our internal ADO instance
5+
# Keep this set limited as appropriate (don't mirror individual user branches).
6+
- main
7+
- dev
8+
9+
resources:
10+
repositories:
11+
- repository: eng
12+
type: git
13+
name: engineering
14+
ref: refs/tags/release
15+
16+
variables:
17+
- template: ci/variables/cfs.yml@eng
18+
19+
extends:
20+
template: ci/code-mirror.yml@eng

0 commit comments

Comments
 (0)