Skip to content

Commit 4c8bb4f

Browse files
Update TSA settings 17.8 (#11633)
* Update TSA settings 17.8
1 parent 738705b commit 4c8bb4f

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

azure-pipelines-official.yml

Lines changed: 6 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

@@ -84,6 +84,11 @@ extends:
8484
name: NetCore1ESPool-Svc-Internal
8585
image: 1es-windows-2022
8686
os: windows
87+
policheck:
88+
enabled: true
89+
tsa:
90+
enabled: true
91+
configFile: '$(Build.SourcesDirectory)/eng/TSAConfig.gdntsa'
8792
sbom:
8893
enabled: false
8994
pool:

eng/TSAConfig.gdntsa

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
{
1+
{
22
"codebaseName": "Razor-Tooling-GitHub",
33
"notificationAliases": [
44
55
],
66
"codebaseAdmins": [
7-
"REDMOND\\manishj",
8-
"REDMOND\\vaagrawa"
7+
"REDMOND\\jaredpar",
8+
"REDMOND\\phillipa"
99
],
1010
"instanceUrl": "https://devdiv.visualstudio.com",
1111
"projectName": "DevDiv",
12-
"areaPath": "DevDiv\\NET Developer Experience\\Productivity\\Razor Tooling",
12+
"areaPath": "DevDiv\\NET Developer Experience\\Razor Tooling",
1313
"iterationPath": "DevDiv",
14-
"tools": [
15-
"APIScan"
16-
]
14+
"allTools": true
1715
}

0 commit comments

Comments
 (0)