From cba123443c7f844884845b81deede272ab31ff8c Mon Sep 17 00:00:00 2001 From: Mike McLaughlin Date: Sun, 8 Mar 2020 12:24:38 -0700 Subject: [PATCH] Add symbol publishing property to disable the special indexing (#888) Fixes the "DUP" errors in the symbol publishing stage. --- diagnostics.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/diagnostics.yml b/diagnostics.yml index 8ab67db9c..deb3d84a4 100644 --- a/diagnostics.yml +++ b/diagnostics.yml @@ -387,6 +387,7 @@ stages: # as well as NuGet, SourceLink, and signing validation. # The variables get imported from group dotnet-diagnostics-sdl-params enableSourceLinkValidation: true + symbolPublishingAdditionalParameters: '/p:PublishSpecialClrFiles=false' SDLValidationParameters: enable: true continueOnError: false -- 2.34.1