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
This commit is contained in:
Matt Mitchell 2020-06-08 09:00:13 -07:00 committed by GitHub
parent 70152f9724
commit 7079762008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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