From ecbac50b71213a28fc59bdf7f4ed6f842a1750e7 Mon Sep 17 00:00:00 2001 From: Juan Hoyos Date: Mon, 26 Oct 2020 16:49:41 -0700 Subject: [PATCH] Move to V3 Publishing (#1676) --- diagnostics.yml | 4 ++++ eng/Publishing.props | 1 + 2 files changed, 5 insertions(+) diff --git a/diagnostics.yml b/diagnostics.yml index b2ac4db21..b44eea80b 100644 --- a/diagnostics.yml +++ b/diagnostics.yml @@ -481,7 +481,11 @@ stages: # This is to enable SDL runs part of Post-Build Validation Stage. # as well as NuGet, SourceLink, and signing validation. # The variables get imported from group dotnet-diagnostics-sdl-params + publishingInfraVersion: 3 enableSourceLinkValidation: true + enableSigningValidation: true + enableSymbolValidation: false + enableNugetValidation: true symbolPublishingAdditionalParameters: '/p:PublishSpecialClrFiles=false' publishInstallersAndChecksums: true SDLValidationParameters: diff --git a/eng/Publishing.props b/eng/Publishing.props index 7d0e902f7..3ca9af7b2 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -4,6 +4,7 @@ setting is necessary because we are manually importing the Arcade SDK targets below in order to get the GenerateChecksums target. --> <_SuppressSdkImports>false + 3 -- 2.34.1