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 b2d10ef commit a5bcab2Copy full SHA for a5bcab2
eng/ci/code-mirror.yaml
@@ -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