From 70797620089969e8cf88e522bd400cf8547c77d5 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Mon, 8 Jun 2020 09:00:13 -0700 Subject: [PATCH] Disable validation steps (#22580) These steps can be run as part of the nightly Validate-DotNet runs, as well as the Release-DotNet pipeline that is run to prep for validation+release --- .azure/pipelines/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 0b9d556127..c3146c344b 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -693,6 +693,7 @@ stages: - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - template: /eng/common/templates/post-build/post-build.yml parameters: - # See https://github.com/dotnet/arcade/issues/2871 enableSymbolValidation: false - publishInstallersAndChecksums: true + enableSigningValidation: false + enableNugetValidation: false + publishInstallersAndChecksums: true \ No newline at end of file