Skip to content

Commit a5bcab2

Browse files
Add code mirror (#18)
1 parent b2d10ef commit a5bcab2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

eng/ci/code-mirror.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
- main
7+
8+
resources:
9+
repositories:
10+
- repository: eng
11+
type: git
12+
name: engineering
13+
ref: refs/tags/release
14+
15+
variables:
16+
- template: ci/variables/cfs.yml@eng
17+
18+
extends:
19+
template: ci/code-mirror.yml@eng

0 commit comments

Comments
 (0)