Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Merge pull request #40486 from mmitche/disable-sdl-validation
Browse files Browse the repository at this point in the history
[release/3.0-preview9] Disable SDL validation
  • Loading branch information
mmitche committed Aug 21, 2019
2 parents b28d7a8 + 8ebfaf2 commit 8f95b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ stages:
enableSymbolValidation: false # https://github.com/dotnet/arcade/issues/2871
enableSourceLinkValidation: false # https://github.com/dotnet/arcade/issues/3603
SDLValidationParameters:
enable: true
enable: false
params: ' -SourceToolsList @("policheck","credscan")
-TsaInstanceURL "https://devdiv.visualstudio.com/"
-TsaProjectName "DEVDIV"
Expand Down

0 comments on commit 8f95b1e

Please sign in to comment.