Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure
.snupkg
symbol package generation
We want to continue publishing SourceLink-ed debug symbols, but using classic Windows PDBs generates a huge package. Using the much smaller portable PDB format would be much better, but some people may still experience problems with those. (See e.g. GitHub issue #428.) Let's follow the official guidance (see links below) and publish debug symbols in a separate `.snupkg` package to NuGet's symbol server. This means that we can (must, in fact) use portable PDBs as it will be the consumers' choice whether to use the separate symbols or not. References: * https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg * https://github.com/dotnet/SourceLink#alternative-pdb-distribution
- Loading branch information