From d657997d673239402cb7c7b6157b75de629ba2b2 Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Mon, 7 Oct 2024 14:33:45 -0700 Subject: [PATCH] Enable TSA reporting Turns on TSA reporting for this repository --- eng/TSAConfig.gdntsa | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 eng/TSAConfig.gdntsa diff --git a/eng/TSAConfig.gdntsa b/eng/TSAConfig.gdntsa new file mode 100644 index 0000000000..f4a18449f5 --- /dev/null +++ b/eng/TSAConfig.gdntsa @@ -0,0 +1,15 @@ +{ + "codebaseName": "Roslyn-Analyzers-GitHub", + "notificationAliases": [ + "mlinfraswat@microsoft.com" + ], + "codebaseAdmins": [ + "REDMOND\\jaredpar", + "REDMOND\\arkalyan" + ], + "instanceUrl": "https://devdiv.visualstudio.com", + "projectName": "DevDiv", + "areaPath": "DevDiv\\NET Developer Experience\\CSharp and VB IDE", + "iterationPath": "DevDiv", + "allTools": true +}