Skip to content

Commit

Permalink
Exclude FreeBSD symbol packages from symbol uploader (Part 3) (dotnet…
Browse files Browse the repository at this point in the history
  • Loading branch information
mikem8361 authored Nov 6, 2018
1 parent f72025c commit b1b424f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/publish.proj
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
</PropertyGroup>
<ItemGroup>
<SymbolPackagesToPublish Include="$(SymbolsPackagesPattern)" />
<SymbolPackagesToPublish Remove="**\*freebsd*.symbols.nupkg" />
<SymbolPackagesToPublish Remove="$(PackagePatternDir)symbolpkg\*freebsd*.nupkg" />
</ItemGroup>
<Error Condition="'$(SymbolServerPath)'==''" Text="Missing property SymbolServerPath" />
<Error Condition="'$(SymbolServerPAT)'==''" Text="Missing property SymbolServerPAT" />
Expand Down

0 comments on commit b1b424f

Please sign in to comment.