From cf97684ee74f3c38e5571c7e9822c8c41f5b0da6 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Wed, 30 Oct 2019 11:34:24 -0700 Subject: [PATCH] Enable SDL validation in rel/3.1 --- .azure/pipelines/ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 300305948a..4bd72bd317 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -634,3 +634,17 @@ stages: enableSymbolValidation: false enableSigningValidation: false publishInstallersAndChecksums: true + # This is to enable SDL runs part of Post-Build Validation Stage + SDLValidationParameters: + enable: true + continueOnError: false + params: ' -SourceToolsList @("policheck","credscan") + -TsaInstanceURL $(_TsaInstanceURL) + -TsaProjectName $(_TsaProjectName) + -TsaNotificationEmail $(_TsaNotificationEmail) + -TsaCodebaseAdmin $(_TsaCodebaseAdmin) + -TsaBugAreaPath $(_TsaBugAreaPath) + -TsaIterationPath $(_TsaIterationPath) + -TsaRepositoryName "AspNetCore" + -TsaCodebaseName "AspNetCore" + -TsaPublish $True'