From 9cab3e2602f540bfd319612d6edcbe3c51876c9d Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 10 Apr 2020 12:31:26 -0700 Subject: [PATCH] Turn off SDL validation (#20691) Based on the discussion here: https://github.com/dotnet/arcade/issues/5219 Re-enabling tracked by https://github.com/dotnet/aspnetcore/issues/20690 --- .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 16cad09b0f..c48ae0b91e 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -816,7 +816,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)