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" +}