Skip to content

Commit 1542afd

Browse files
Remove parameter not defined (#3670)
1 parent 9ca19fc commit 1542afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/dotnet-sqlclient-signing-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ extends:
9595
# The OneBranch template will set 'break' to false for the other SDL
9696
# tools when TSA is enabled. This allows TSA to gather the results
9797
# and publish them for downstream analysis.
98-
enabled: ${{parameters.enableAllSdlTools }}
98+
enabled: true
9999
apiscan:
100-
enabled: ${{parameters.enableAllSdlTools }}
100+
enabled: true
101101
# For non-official builds, the OneBranch template seems to set APIScan's
102102
# 'break' to true even when TSA is enabled. We don't want APIScan to
103103
# break non-official builds, so we explicitly set 'break' to false here.

0 commit comments

Comments
 (0)