We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca19fc commit 1542afdCopy full SHA for 1542afd
eng/pipelines/dotnet-sqlclient-signing-pipeline.yml
@@ -95,9 +95,9 @@ extends:
95
# The OneBranch template will set 'break' to false for the other SDL
96
# tools when TSA is enabled. This allows TSA to gather the results
97
# and publish them for downstream analysis.
98
- enabled: ${{parameters.enableAllSdlTools }}
+ enabled: true
99
apiscan:
100
101
# For non-official builds, the OneBranch template seems to set APIScan's
102
# 'break' to true even when TSA is enabled. We don't want APIScan to
103
# break non-official builds, so we explicitly set 'break' to false here.
0 commit comments