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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Hwang <16830051+mdh1418@users.noreply.github.com>2022-11-08 18:02:05 +0300
committerGitHub <noreply@github.com>2022-11-08 18:02:05 +0300
commit01c5fa40575f9d9816680247414b4ed9b8c21fef (patch)
tree4ff710b79803879a934ebfe8035400d7f5916752
parentc8099e29e107d20780d3ae9d655917d1a3bb177a (diff)
FIx area path
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
-rw-r--r--.config/tsaoptions.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/tsaoptions.json b/.config/tsaoptions.json
index 981524736..d089fe07f 100644
--- a/.config/tsaoptions.json
+++ b/.config/tsaoptions.json
@@ -2,7 +2,7 @@
"instanceUrl": "https://devdiv.visualstudio.com/",
"template": "TFSDEVDIV",
"projectName": "DEVDIV",
- "areaPath": "DevDiv\\mono",
+ "areaPath": "DevDiv\\NET Runtime\\Managed Linker",
"iterationPath": "DevDiv",
"notificationAliases": [ "runtimerepo-infra@microsoft.com" ],
"repositoryName": "linker",