Skip to content

Commit

Permalink
Turn off SDL validation (#20691)
Browse files Browse the repository at this point in the history
Based on the discussion here: dotnet/arcade#5219
Re-enabling tracked by #20690
  • Loading branch information
pranavkm authored Apr 10, 2020
1 parent dd7f7d4 commit 9cab3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ stages:
publishInstallersAndChecksums: true
# This is to enable SDL runs part of Post-Build Validation Stage
SDLValidationParameters:
enable: true
enable: false
continueOnError: false
params: ' -SourceToolsList @("policheck","credscan")
-TsaInstanceURL $(_TsaInstanceURL)
Expand Down

0 comments on commit 9cab3e2

Please sign in to comment.