File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
],
9
9
"projectName" : " DEVDIV" ,
10
- "repositoryName" : " ReverseProxy " ,
10
+ "repositoryName" : " yarp " ,
11
11
"template" : " TFSDEVDIV"
12
12
}
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ variables:
11
11
value : true
12
12
- name : _BuildConfig
13
13
value : Release
14
+ # Rely on task Arcade injects, not auto-injected build step.
14
15
- template : /eng/common/templates/variables/pool-providers.yml@self
15
16
- name : skipComponentGovernanceDetection
16
17
value : true
@@ -39,13 +40,17 @@ resources:
39
40
extends :
40
41
template : azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
41
42
parameters :
43
+ featureFlags :
44
+ autoBaseline : true
42
45
sdl :
43
46
sourceAnalysisPool :
44
47
name : $(DncEngInternalBuildPool)
45
48
image : 1es-windows-2022
46
49
os : windows
47
- customBuildTags :
48
- - ES365AIMigrationTooling
50
+ policheck :
51
+ enabled : true
52
+ tsa :
53
+ enabled : true
49
54
stages :
50
55
- stage : build
51
56
displayName : Build
@@ -113,4 +118,4 @@ extends:
113
118
-TsaIterationPath $(_TsaIterationPath)
114
119
-TsaRepositoryName "ReverseProxy"
115
120
-TsaCodebaseName "ReverseProxy"
116
- -TsaPublish $True -PoliCheckAdditionalRunConfigParams @("UserExclusionPath < $(Build.SourcesDirectory)/eng/PoliCheckExclusions.xml")'
121
+ -TsaPublish $True -PoliCheckAdditionalRunConfigParams @("UserExclusionPath < $(Build.SourcesDirectory)/eng/PoliCheckExclusions.xml")'
You can’t perform that action at this time.
0 commit comments