Skip to content

Commit 9f64859

Browse files
Update TSA dynamic routing
1 parent 6526354 commit 9f64859

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.config/tsaoptions.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
"instanceUrl": "https://msazure.visualstudio.com",
3-
"TSADocumentation": "https://aka.ms/OBTSA",
4-
"projectName": "One",
2+
"hasDynamicRouting": true,
3+
"areaPath": "OS",
54
"notificationAliases": [
65
"adityap@microsoft.com",
76
"dongbow@microsoft.com",
87
"pmeinecke@microsoft.com",
98
"tplunk@microsoft.com"
109
],
11-
"ppe": "false",
12-
"template": "TFSMSAzure",
1310
"codebaseName": "TFSMSAzure_powershell-native"
1411
}

.pipelines/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ extends:
4545
enabled: true
4646
packageName: Microsoft.PowerShell.Native
4747
codeql:
48+
tsaEnabled: true
4849
compiled:
4950
enabled: true
5051
armory:

0 commit comments

Comments
 (0)