We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c7eec commit af20e8eCopy full SHA for af20e8e
eng/ci/code-mirror.yml
@@ -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