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 5d29dea commit 45122c4Copy full SHA for 45122c4
code-mirror.yml
@@ -0,0 +1,18 @@
1
+trigger:
2
+ branches:
3
+ include:
4
+ - dev
5
+ - release/* # azure-functions-java-worker github repo restricts creation of release/* branches, so using a pattern is safe here.
6
+
7
+resources:
8
+ repositories:
9
+ - repository: eng
10
+ type: git
11
+ name: engineering
12
+ ref: refs/tags/release
13
14
+variables:
15
+ - template: ci/variables/cfs.yml@eng
16
17
+extends:
18
+ template: ci/code-mirror.yml@eng
0 commit comments