Skip to content

Commit

Permalink
Enable TSA (#10385)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubch1 authored Oct 10, 2024
1 parent ba273e1 commit a736e4d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .config/tsaoptions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"instanceUrl": "https://devdiv.visualstudio.com/",
"template": "TFSDEVDIV",
"projectName": "DEVDIV",
"areaPath": "DevDiv\\Testing Platforms\\VSTest",
"iterationPath": "DevDiv",
"notificationAliases": [ "[email protected]" ],
"repositoryName":"vstest",
"codebaseName": "vstest"
}
2 changes: 2 additions & 0 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ extends:
sdl:
policheck:
enabled: true
tsa:
enabled: true
pool:
name: $(DncEngInternalBuildPool)
image: 1es-windows-2022
Expand Down

0 comments on commit a736e4d

Please sign in to comment.