From b1f039d0fb15fbf4952fca6a4132f50f31245b78 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Fri, 13 Mar 2020 11:33:54 -0700 Subject: [PATCH] Ensure PDBArtifacts artifact is created - dotnet/aspnetcore-internal#3535 - avoid build warnings when publishing symbols in post-build --- eng/Publishing.props | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eng/Publishing.props b/eng/Publishing.props index aa5294832a..00cabd26ef 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -13,6 +13,10 @@ + + + <_InstallersToPublish Remove="@(_InstallersToPublish)" /> <_InstallersToPublish Include="$(ArtifactsDir)\packages\**\*.jar" UploadPathSegment="jar" />