From 2c97c0555da11b795e12c8820eca3a4a7c3882be Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Tue, 17 Sep 2024 10:30:59 -0500 Subject: [PATCH] build: fix the TSA configuration (#17929) We are, quite literally, shipping the org chart. --- build/config/tsa.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config/tsa.json b/build/config/tsa.json index 89874d37fc0..f07bc0b5357 100644 --- a/build/config/tsa.json +++ b/build/config/tsa.json @@ -1,6 +1,6 @@ { "instanceUrl": "https://microsoft.visualstudio.com", "projectName": "OS", - "areaPath": "OS\\Windows Client and Services\\ADEPT\\E4D-Engineered for Developers\\SHINE\\Terminal", + "areaPath": "OS\\Windows Client and Services\\WinPD\\DEEP-Developer Experience, Ecosystem and Partnerships\\SHINE\\Terminal", "notificationAliases": ["condev@microsoft.com", "duhowett@microsoft.com"] }