Skip to content

Commit 6d547d7

Browse files
authored
SQL pipeline variable doesn't exist, so explicitly setting TSA and ApiScan to enabled. (#3446)
1 parent b79d563 commit 6d547d7

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
@@ -90,9 +90,9 @@ extends:
9090
# The OneBranch template will set 'break' to false for the other SDL
9191
# tools when TSA is enabled. This allows TSA to gather the results
9292
# and publish them for downstream analysis.
93-
enabled: ${{parameters.enableAllSdlTools }}
93+
enabled: true
9494
apiscan:
95-
enabled: ${{parameters.enableAllSdlTools }}
95+
enabled: true
9696
# For non-official builds, the OneBranch template seems to set APIScan's
9797
# 'break' to true even when TSA is enabled. We don't want APIScan to
9898
# break non-official builds, so we explicitly set 'break' to false here.

0 commit comments

Comments
 (0)