From efcb72e89932b8502f2d8b22ff7bfa21ca3ca88d Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Mon, 30 Sep 2024 16:30:36 -0700 Subject: [PATCH] Fix TSA tooling (#75307) Enable it for all tools so that reporting happens --- eng/TSAConfig.gdntsa | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eng/TSAConfig.gdntsa b/eng/TSAConfig.gdntsa index a3659150b8b22..755385b85c168 100644 --- a/eng/TSAConfig.gdntsa +++ b/eng/TSAConfig.gdntsa @@ -11,7 +11,5 @@ "projectName": "DevDiv", "areaPath": "DevDiv\\NET Developer Experience\\CSharp and VB IDE", "iterationPath": "DevDiv", - "tools": [ - "APIScan" - ] + "allTools": true }