Skip to content

Commit 0ed39ff

Browse files
authored
Disable SDL verification (#1336)
Disable SDL verification
1 parent 7500958 commit 0ed39ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diagnostics.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ stages:
426426
enableSourceLinkValidation: true
427427
symbolPublishingAdditionalParameters: '/p:PublishSpecialClrFiles=false'
428428
SDLValidationParameters:
429-
enable: true
430-
continueOnError: false
429+
enable: false
430+
continueOnError: true
431431
params: ' -SourceToolsList @("policheck","credscan")
432432
-TsaInstanceURL $(_TsaInstanceURL)
433433
-TsaProjectName $(_TsaProjectName)

0 commit comments

Comments
 (0)