From af17cdd0db96ee55f8211f17d11fd49ffb9dc4cd Mon Sep 17 00:00:00 2001 From: Cheena Malhotra Date: Tue, 7 Oct 2025 14:33:11 -0700 Subject: [PATCH] Remove parameter not defined --- 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 5931c76c35..d001e5d262 100644 --- a/eng/pipelines/dotnet-sqlclient-signing-pipeline.yml +++ b/eng/pipelines/dotnet-sqlclient-signing-pipeline.yml @@ -95,9 +95,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.