From 17b3066ab55a0aa397b29698d8c5e112f36441c2 Mon Sep 17 00:00:00 2001 From: artl Date: Mon, 30 Sep 2024 13:11:50 -0700 Subject: [PATCH] Updated tsaoptions.json to direct issues properly. --- .config/tsaoptions.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/tsaoptions.json b/.config/tsaoptions.json index d940cdd8a5a90..de886ee530e7c 100644 --- a/.config/tsaoptions.json +++ b/.config/tsaoptions.json @@ -2,9 +2,10 @@ "instanceUrl": "https://devdiv.visualstudio.com/", "template": "TFSDEVDIV", "projectName": "DEVDIV", - "areaPath": "DevDiv\\NET Libraries", + "areaPath": "DevDiv\\NET Runtime", "iterationPath": "DevDiv", "notificationAliases": [ "runtimerepo-infra@microsoft.com" ], "repositoryName": "Runtime", - "codebaseName": "Runtime" -} \ No newline at end of file + "codebaseName": "Runtime", + "serviceTreeId": "1dc8dedc-8f5f-4b94-b182-ec3bdfb207b0" +}