Skip to content

Commit b1dd7e8

Browse files
authored
Merge pull request #1324 from dotnet/arunchndr-patch-1
Enable TSA and Policheck
2 parents dc0a660 + 85c83ab commit b1dd7e8

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

azure-pipelines.yml

+7
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ extends:
4242
name: $(DncEngInternalBuildPool)
4343
image: 1es-windows-2022
4444
os: windows
45+
sbom:
46+
enabled: false
47+
policheck:
48+
enabled: true
49+
tsa:
50+
enabled: true
51+
configFile: '$(Build.SourcesDirectory)/eng/TSAConfig.gdntsa'
4552
customBuildTags:
4653
- ES365AIMigrationTooling
4754
stages:

eng/TSAConfig.gdntsa

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"codebaseName": "SourceLink-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)