From c48099ef2c88512ea0d13d2d6336a934b07b2afa Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Jun 2026 19:52:08 +0000 Subject: [PATCH 1/2] Initial plan From 435b50080af5e4c1ce58dabc4819acb0697b5275 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Jun 2026 20:07:59 +0000 Subject: [PATCH 2/2] Disable TSA in release pipeline --- pipelines/azure-pipelines.release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/azure-pipelines.release.yml b/pipelines/azure-pipelines.release.yml index 7aaa93c6..72848548 100644 --- a/pipelines/azure-pipelines.release.yml +++ b/pipelines/azure-pipelines.release.yml @@ -34,7 +34,7 @@ extends: parameters: globalSdl: tsa: - enabled: true + enabled: false configFile: $(Build.SourcesDirectory)\.config\tsaoptions.json onboard: false