From 6d547d72b1e6dbf9432c5715b87a945c93cbb314 Mon Sep 17 00:00:00 2001 From: Paul Medynski <31868385+paulmedynski@users.noreply.github.com> Date: Thu, 26 Jun 2025 13:00:31 -0300 Subject: [PATCH] SQL pipeline variable doesn't exist, so explicitly setting TSA and ApiScan to enabled. (#3446) --- eng/pipelines/dotnet-sqlclient-signing-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/dotnet-sqlclient-signing-pipeline.yml b/eng/pipelines/dotnet-sqlclient-signing-pipeline.yml index 3fddaab2e..c5448be6b 100644 --- a/eng/pipelines/dotnet-sqlclient-signing-pipeline.yml +++ b/eng/pipelines/dotnet-sqlclient-signing-pipeline.yml @@ -90,9 +90,9 @@ extends: # The OneBranch template will set 'break' to false for the other SDL # tools when TSA is enabled. This allows TSA to gather the results # and publish them for downstream analysis. - enabled: ${{parameters.enableAllSdlTools }} + enabled: true apiscan: - enabled: ${{parameters.enableAllSdlTools }} + enabled: true # For non-official builds, the OneBranch template seems to set APIScan's # 'break' to true even when TSA is enabled. We don't want APIScan to # break non-official builds, so we explicitly set 'break' to false here.