Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions eng/pipelines/dotnet-sqlclient-signing-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading