Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2022-11-08 12:55:47 +0300
committerGitHub <noreply@github.com>2022-11-08 12:55:47 +0300
commit5c2c2bba5ea6aa3aa3690402b4e9a6f769915a72 (patch)
tree00888b2474081398d37f90c8bef339e6e187cc49
parent544e762e674f0308dbcaa7c61cd16b39714403cc (diff)
Update TSA options
-rw-r--r--.config/tsaoptions.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/tsaoptions.json b/.config/tsaoptions.json
index d585509..3b02120 100644
--- a/.config/tsaoptions.json
+++ b/.config/tsaoptions.json
@@ -2,9 +2,9 @@
"instanceUrl": "https://devdiv.visualstudio.com/",
"template": "TFSDEVDIV",
"projectName": "DEVDIV",
- "areaPath": "DevDiv\\mono",
+ "areaPath": "DevDiv\\VS for Mac\\IDE Platform\\Extensibility",
"iterationPath": "DevDiv",
- "notificationAliases": [ "runtimerepo-infra@microsoft.com" ],
+ "notificationAliases": [ "vsmac-prod@microsoft.com", "llsan@microsoft.com" ],
"repositoryName": "mono-addins",
"codebaseName": "mono-addins"
-} \ No newline at end of file
+}