From: Mike McLaughlin Date: Sun, 8 Mar 2020 19:24:38 +0000 (-0700) Subject: Add symbol publishing property to disable the special indexing (#888) X-Git-Tag: submit/tizen_5.5/20200504.045052~11^2^2~80 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cba123443c7f844884845b81deede272ab31ff8c;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Add symbol publishing property to disable the special indexing (#888) Fixes the "DUP" errors in the symbol publishing stage. --- 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