Skip to content

Commit 1cd3b7b

Browse files
authored
🦅 Enable TSA Per Requirement ✈️ (#1975)
1 parent 38edf54 commit 1cd3b7b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.config/tsaoptions.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"instanceUrl": "https://devdiv.visualstudio.com/",
3+
"template": "TFSDEVDIV",
4+
"projectName": "DEVDIV",
5+
"areaPath": "DevDiv\\NET Tools\\SDK",
6+
"iterationPath": "DevDiv",
7+
"notificationAliases": [ "[email protected]" ],
8+
"repositoryName":"vscode-dotnet-runtime",
9+
"codebaseName": "vscode-dotnet-runtime"
10+
}

1es-azure-pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ extends:
6464
policheck:
6565
enabled: true
6666
exclusionsFile: $(System.DefaultWorkingDirectory)\PoliCheckExclusions.xml
67+
tsa:
68+
enabled: true
6769
stages:
6870
- stage: Internal
6971
jobs:

0 commit comments

Comments
 (0)