summaryrefslogtreecommitdiff
path: root/src/publish.proj
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2018-11-01 10:14:39 -0700
committerGitHub <noreply@github.com>2018-11-01 10:14:39 -0700
commitdf0cd2cd2c026af3aff78206bed6b45429dc9e19 (patch)
tree55e0ee6a765b4d872147319af0aa29f9f8ed43ca /src/publish.proj
parent98f6abcf800a30e35360ca89b5c674de124869ce (diff)
downloadcoreclr-df0cd2cd2c026af3aff78206bed6b45429dc9e19.tar.gz
coreclr-df0cd2cd2c026af3aff78206bed6b45429dc9e19.tar.bz2
coreclr-df0cd2cd2c026af3aff78206bed6b45429dc9e19.zip
Workaround FreeBSD symbol publishing problem. (#20733)
Issue #https://github.com/dotnet/coreclr/issues/20722
Diffstat (limited to 'src/publish.proj')
-rw-r--r--src/publish.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/publish.proj b/src/publish.proj
index 1a4b07536f..ec4859e3fb 100644
--- a/src/publish.proj
+++ b/src/publish.proj
@@ -143,6 +143,7 @@
</PropertyGroup>
<ItemGroup>
<SymbolPackagesToPublish Include="$(SymbolsPackagesPattern)" />
+ <SymbolPackagesToPublish Remove="*freebsd*.symbols.nupkg" />
</ItemGroup>
<Error Condition="'$(SymbolServerPath)'==''" Text="Missing property SymbolServerPath" />
<Error Condition="'$(SymbolServerPAT)'==''" Text="Missing property SymbolServerPAT" />