Skip to content

Commit 96aee06

Browse files
authored
Fix SDL config (#2833)
1 parent b1b695e commit 96aee06

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.config/tsaoptions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
88
],
99
"projectName": "DEVDIV",
10-
"repositoryName": "ReverseProxy",
10+
"repositoryName": "yarp",
1111
"template": "TFSDEVDIV"
1212
}

azure-pipelines.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ variables:
1111
value: true
1212
- name: _BuildConfig
1313
value: Release
14+
# Rely on task Arcade injects, not auto-injected build step.
1415
- template: /eng/common/templates/variables/pool-providers.yml@self
1516
- name: skipComponentGovernanceDetection
1617
value: true
@@ -39,13 +40,17 @@ resources:
3940
extends:
4041
template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
4142
parameters:
43+
featureFlags:
44+
autoBaseline: true
4245
sdl:
4346
sourceAnalysisPool:
4447
name: $(DncEngInternalBuildPool)
4548
image: 1es-windows-2022
4649
os: windows
47-
customBuildTags:
48-
- ES365AIMigrationTooling
50+
policheck:
51+
enabled: true
52+
tsa:
53+
enabled: true
4954
stages:
5055
- stage: build
5156
displayName: Build
@@ -113,4 +118,4 @@ extends:
113118
-TsaIterationPath $(_TsaIterationPath)
114119
-TsaRepositoryName "ReverseProxy"
115120
-TsaCodebaseName "ReverseProxy"
116-
-TsaPublish $True -PoliCheckAdditionalRunConfigParams @("UserExclusionPath < $(Build.SourcesDirectory)/eng/PoliCheckExclusions.xml")'
121+
-TsaPublish $True -PoliCheckAdditionalRunConfigParams @("UserExclusionPath < $(Build.SourcesDirectory)/eng/PoliCheckExclusions.xml")'

0 commit comments

Comments
 (0)