From 765436f8ad507828bb5b988c5ab1a9544a0a0a53 Mon Sep 17 00:00:00 2001 From: Keith Mahoney Date: Tue, 19 Nov 2024 16:53:15 +0000 Subject: [PATCH] Merged PR 11833020: Update tsa area path #### AI description (iteration 1) #### PR Classification Configuration update #### PR Summary Updated the TSA area path in the configuration file to reflect the new organizational structure. - Modified `/.config/tsaoptions.json` to change the `areaPath` value. --- .config/tsaoptions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tsaoptions.json b/.config/tsaoptions.json index 4220ed2559..dd410b7478 100644 --- a/.config/tsaoptions.json +++ b/.config/tsaoptions.json @@ -1,7 +1,7 @@ { "instanceUrl": "https://microsoft.visualstudio.com", "projectName": "os", - "areaPath": "OS\\Windows Client and Services\\ADEPT\\NEON\\WinUIX", + "areaPath": "OS\\Windows Client and Services\\WinPD\\UXIP-UX Intelligence Platform\\WinUIX", "iterationPath": "OS", "notificationAliases": [ "uxpct@microsoft.com" ], "ignoreBranchName": true,