From 614467e14b29df3ae3f0a8fbc00e01cc59cb1e2b Mon Sep 17 00:00:00 2001 From: AR-May <67507805+AR-May@users.noreply.github.com> Date: Wed, 19 Mar 2025 11:47:18 +0100 Subject: [PATCH] Fix area path in tsa config --- .config/tsaoptions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tsaoptions.json b/.config/tsaoptions.json index a522df6..219f02d 100644 --- a/.config/tsaoptions.json +++ b/.config/tsaoptions.json @@ -2,7 +2,7 @@ "instanceUrl": "https://devdiv.visualstudio.com/", "template": "TFSDEVDIV", "projectName": "DEVDIV", - "areaPath": "DevDiv\\NET Tools\\MSBuild", + "areaPath": "DevDiv\\NET Tools Prague\\MSBuild", "iterationPath": "DevDiv", "notificationAliases": [ "msbtm@microsoft.com" ], "repositoryName": "MSBuildLocator",