We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6526354 commit 9f64859Copy full SHA for 9f64859
.config/tsaoptions.json
@@ -1,14 +1,11 @@
1
{
2
- "instanceUrl": "https://msazure.visualstudio.com",
3
- "TSADocumentation": "https://aka.ms/OBTSA",
4
- "projectName": "One",
+ "hasDynamicRouting": true,
+ "areaPath": "OS",
5
"notificationAliases": [
6
"adityap@microsoft.com",
7
"dongbow@microsoft.com",
8
"pmeinecke@microsoft.com",
9
"tplunk@microsoft.com"
10
],
11
- "ppe": "false",
12
- "template": "TFSMSAzure",
13
"codebaseName": "TFSMSAzure_powershell-native"
14
}
.pipelines/release.yml
@@ -45,6 +45,7 @@ extends:
45
enabled: true
46
packageName: Microsoft.PowerShell.Native
47
codeql:
48
+ tsaEnabled: true
49
compiled:
50
51
armory:
0 commit comments