Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ extends:
name: $(DncEngInternalBuildPool)
image: 1es-windows-2022
os: windows
sbom:
enabled: false
policheck:
enabled: true
tsa:
enabled: true
configFile: '$(Build.SourcesDirectory)/eng/TSAConfig.gdntsa'
customBuildTags:
- ES365AIMigrationTooling
stages:
Expand Down
15 changes: 15 additions & 0 deletions eng/TSAConfig.gdntsa
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"codebaseName": "SourceLink-GitHub",
"notificationAliases": [
"[email protected]"
],
"codebaseAdmins": [
"REDMOND\\tomat",
"REDMOND\\phillipa"
],
"instanceUrl": "https://devdiv.visualstudio.com",
"projectName": "DevDiv",
"areaPath": "DevDiv\\NET Developer Experience\\Debugger and Interactive",
"iterationPath": "DevDiv",
"allTools": true
}