Skip to content

Commit ffe2934

Browse files
Update TSA settings (#341)
1 parent e3d70b0 commit ffe2934

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ extends:
3333
name: $(DncEngInternalBuildPool)
3434
image: 1es-windows-2022
3535
os: windows
36+
policheck:
37+
enabled: true
38+
binskim:
39+
enabled: true
40+
tsa:
41+
enabled: true
42+
configFile: '$(Build.SourcesDirectory)/eng/TSAConfig.gdntsa'
3643
pool:
3744
name: AzurePipelines-EO
3845
image: AzurePipelinesWindows2022compliantGPT

eng/tsaconfig.gdntsa

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"codebaseName": "Symreader-GitHub",
3+
"notificationAliases": [
4+
5+
],
6+
"codebaseAdmins": [
7+
"REDMOND\\tomat",
8+
"REDMOND\\phillipa"
9+
],
10+
"instanceUrl": "https://devdiv.visualstudio.com",
11+
"projectName": "DevDiv",
12+
"areaPath": "DevDiv\\NET Developer Experience\\Debugger and Interactive",
13+
"iterationPath": "DevDiv",
14+
"allTools": true
15+
}

0 commit comments

Comments
 (0)