Skip to content

Commit

Permalink
Disable SDL verification (#1336)
Browse files Browse the repository at this point in the history
Disable SDL verification
  • Loading branch information
mikem8361 authored Jul 9, 2020
1 parent 7500958 commit 0ed39ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diagnostics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,8 @@ stages:
enableSourceLinkValidation: true
symbolPublishingAdditionalParameters: '/p:PublishSpecialClrFiles=false'
SDLValidationParameters:
enable: true
continueOnError: false
enable: false
continueOnError: true
params: ' -SourceToolsList @("policheck","credscan")
-TsaInstanceURL $(_TsaInstanceURL)
-TsaProjectName $(_TsaProjectName)
Expand Down

0 comments on commit 0ed39ff

Please sign in to comment.