Add symbol publishing property to disable the special indexing (#888)
authorMike McLaughlin <mikem@microsoft.com>
Sun, 8 Mar 2020 19:24:38 +0000 (12:24 -0700)
committerGitHub <noreply@github.com>
Sun, 8 Mar 2020 19:24:38 +0000 (12:24 -0700)
Fixes the "DUP" errors in the symbol publishing stage.

diagnostics.yml

index 8ab67db9cf8265616694c6120b64f375a9c238ac..deb3d84a4b5a6f16705112376b92b6bef8821077 100644 (file)
@@ -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