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 b79d563 commit 6d547d7Copy full SHA for 6d547d7
eng/pipelines/dotnet-sqlclient-signing-pipeline.yml
@@ -90,9 +90,9 @@ extends:
90
# The OneBranch template will set 'break' to false for the other SDL
91
# tools when TSA is enabled. This allows TSA to gather the results
92
# and publish them for downstream analysis.
93
- enabled: ${{parameters.enableAllSdlTools }}
+ enabled: true
94
apiscan:
95
96
# For non-official builds, the OneBranch template seems to set APIScan's
97
# 'break' to true even when TSA is enabled. We don't want APIScan to
98
# break non-official builds, so we explicitly set 'break' to false here.
0 commit comments