Move to V3 Publishing (#1676)
authorJuan Hoyos <juan.hoyos@microsoft.com>
Mon, 26 Oct 2020 23:49:41 +0000 (16:49 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Oct 2020 23:49:41 +0000 (16:49 -0700)
diagnostics.yml
eng/Publishing.props

index b2ac4db211e82c465dd81474d4371db1950f5649..b44eea80b4adb27e019654d1b86280de09168dc1 100644 (file)
@@ -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:
index 7d0e902f78a85a17cc34ad0e3bb7041f33d6c29c..3ca9af7b2b0965b631e04e624e88164ccdb51f8c 100644 (file)
@@ -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</_SuppressSdkImports>
+    <PublishingVersion>3</PublishingVersion>
   </PropertyGroup>
 
   <PropertyGroup>