Skip to content

Commit 6cff8d7

Browse files
Add TSA options (#795)
1 parent 26dd67c commit 6cff8d7

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.context/TSAConfig.gdntsa

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"codebaseName": "Library-Manager-GitHub",
3+
"notificationAliases": [
4+
5+
],
6+
"codebaseAdmins": [
7+
"REDMOND\\alexgav",
8+
"REDMOND\\phillipa"
9+
],
10+
"instanceUrl": "https://devdiv.visualstudio.com",
11+
"projectName": "DevDiv",
12+
"areaPath": "DevDiv\\NET Developer Experience\\Web\\Library Manager",
13+
"iterationPath": "DevDiv",
14+
"allTools": true
15+
}

azure-pipelines/official.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,14 @@ extends:
3232
template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
3333
parameters:
3434
sdl:
35-
sourceAnalysisPool: VSEngSS-MicroBuild2022-1ES
35+
sourceAnalysisPool:
36+
name: VSEngSS-MicroBuild2022-1ES
37+
os: windows
38+
policheck:
39+
enabled: true
40+
tsa:
41+
enabled: true
42+
configFile: '$(Build.SourcesDirectory)/.context/TSAConfig.gdntsa'
3643
pool:
3744
name: AzurePipelines-EO
3845
image: AzurePipelinesWindows2022compliantGPT

0 commit comments

Comments
 (0)