Skip to content

Commit 44568f7

Browse files
Update TSA settings 17.12 (#11634)
* Update TSA settings 17.12
1 parent d0fbb07 commit 44568f7

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

azure-pipelines-official.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
#
22
# See https://docs.microsoft.com/azure/devops/pipelines/yaml-schema for reference.
33
#
44

@@ -78,6 +78,8 @@ extends:
7878
name: NetCore1ESPool-Svc-Internal
7979
image: 1es-windows-2022
8080
os: windows
81+
policheck:
82+
enabled: true
8183
tsa:
8284
enabled: true
8385
configFile: '$(Build.SourcesDirectory)/eng/TSAConfig.gdntsa'

eng/TSAConfig.gdntsa

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@
44
"CoreRazorTooling@microsoft.com"
55
],
66
"codebaseAdmins": [
7-
"REDMOND\\manishj",
7+
"REDMOND\\jaredpar",
88
"REDMOND\\phillipa"
99
],
1010
"instanceUrl": "https://devdiv.visualstudio.com",
1111
"projectName": "DevDiv",
1212
"areaPath": "DevDiv\\NET Developer Experience\\Razor Tooling",
1313
"iterationPath": "DevDiv",
14-
"tools": [
15-
"APIScan",
16-
"BinSkim"
17-
]
14+
"allTools": true
1815
}

0 commit comments

Comments
 (0)