Skip to content

Commit 0589255

Browse files
authored
Turn off SDL validation
Based on the discussion here: dotnet/arcade#5219 Re-enabling tracked by #20690
1 parent 43c2c9e commit 0589255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ stages:
816816
publishInstallersAndChecksums: true
817817
# This is to enable SDL runs part of Post-Build Validation Stage
818818
SDLValidationParameters:
819-
enable: true
819+
enable: false
820820
continueOnError: false
821821
params: ' -SourceToolsList @("policheck","credscan")
822822
-TsaInstanceURL $(_TsaInstanceURL)

0 commit comments

Comments
 (0)