Skip publishing the freebsd symbols, since the redist from coreclr does not yet work...
authorJeremy Barton <jbarton@microsoft.com>
Mon, 12 Nov 2018 19:11:06 +0000 (11:11 -0800)
committerGitHub <noreply@github.com>
Mon, 12 Nov 2018 19:11:06 +0000 (11:11 -0800)
Commit migrated from https://github.com/dotnet/core-setup/commit/9509b4d2619c69bc5e43e45e1aa4fd7a810b83b2

src/installer/publish/publish.proj

index 884b4f2..de704f4 100644 (file)
       <ConvertPortablePdbsToWindowsPdbs>true</ConvertPortablePdbsToWindowsPdbs>
     </PropertyGroup>
     <ItemGroup>
-      <SymbolPackagesToPublish Include="$(DownloadDirectory)**\*.symbols.nupkg" />
+      <SymbolPackagesToPublish Include="$(DownloadDirectory)**\*.symbols.nupkg" Exclude="$(DownloadDirectory)**\*freebsd*.nupkg" />
     </ItemGroup>
     <Error Condition="'$(SymbolServerPAT)'==''" Text="Missing property SymbolServerPAT" />
     <Message Importance="High" Text="Publishing @(SymbolPackagesToPublish) to $(SymbolServerPath)"/>