File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,10 @@ resources:
19
19
ref : refs/tags/release
20
20
21
21
variables :
22
- - template : /eng/ci/templates/variables/build.yml@self
23
- - template : /ci/variables/cfs.yml@eng
22
+ - template : /eng/ci/templates/variables/build.yml@self
23
+ - template : /ci/variables/cfs.yml@eng
24
+ - name : buildNumber
25
+ value : $[ counter('build', 0) ]
24
26
25
27
extends :
26
28
template : v1/1ES.Unofficial.PipelineTemplate.yml@1es
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ resources:
32
32
ref : refs/tags/release
33
33
34
34
variables :
35
- - template : /eng/ci/templates/variables/build.yml@self
36
- - template : /ci/variables/cfs.yml@eng
37
- - name : buildNumber
38
- value : $[ counter('build', 23000) ] # 23000 selected to be ahead of current host build
35
+ - template : /eng/ci/templates/variables/build.yml@self
36
+ - template : /ci/variables/cfs.yml@eng
37
+ - name : buildNumber
38
+ value : $[ counter('build', 23000) ] # 23000 selected to be ahead of current host build
39
39
40
40
extends :
41
41
template : v1/1ES.Official.PipelineTemplate.yml@1es
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ schedules:
17
17
- dev
18
18
- in-proc
19
19
always : true
20
+
20
21
pr :
21
22
branches :
22
23
include :
@@ -32,7 +33,9 @@ resources:
32
33
ref : refs/tags/release
33
34
34
35
variables :
35
- - template : /eng/ci/templates/variables/build.yml@self
36
+ - template : /eng/ci/templates/variables/build.yml@self
37
+ - name : buildNumber
38
+ value : $[ counter('build', 0) ]
36
39
37
40
extends :
38
41
template : v1/1ES.Unofficial.PipelineTemplate.yml@1es
@@ -47,6 +50,11 @@ extends:
47
50
compiled :
48
51
enabled : true
49
52
# runSourceLanguagesInSourceAnalysis: true # temporary change to clean up stale python resuls
53
+ autobaseline :
54
+ enableForGitHub : true
55
+
56
+ featureFlags :
57
+ autoBaseline : true
50
58
51
59
settings :
52
60
# PR's from forks do not have sufficient permissions to set tags.
You can’t perform that action at this time.
0 commit comments