Skip to content

Commit af20e8e

Browse files
authored
Add code-mirror.yml
1 parent f0c7eec commit af20e8e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

eng/ci/code-mirror.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
trigger:
2+
branches:
3+
include:
4+
# Below branches are examples for Azure/azure-functions-host. Replace with appropriate branches for your repository.
5+
# Keep this set limited as appropriate (don't mirror individual user branches).
6+
- dev
7+
- v4.x/*
8+
- v3.x/*
9+
10+
resources:
11+
repositories:
12+
- repository: eng
13+
type: git
14+
name: engineering
15+
ref: refs/tags/release
16+
17+
variables:
18+
- template: ci/variables/cfs.yml@eng
19+
20+
extends:
21+
template: ci/code-mirror.yml@eng

0 commit comments

Comments
 (0)