From e4b9a2841695a92fcee9246aaae551c0445a3470 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 9 Apr 2020 16:30:05 -0700 Subject: [PATCH] Turn off SDL validation --- .azure/pipelines/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 7729dd1c8a..3c4cf61f15 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -716,7 +716,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)