Skip to content

Commit

Permalink
Include symbols in package
Browse files Browse the repository at this point in the history
Given that the new portable PDBs generated for NS projects are really small for the added benefit of 
useful stacktraces on errors, it would complement the sourcelink that's already in place. 

In particular, for VS extensions that use this package, including symbols in the package makes it easier 
for crash dumps to contain useful stacktraces. i.e. see jeffkl/ManagedDism#76

This would fix bug http://work.azdo.io/971173 too :)
  • Loading branch information
kzu authored and reisenberger committed Nov 27, 2019
1 parent 3948f2a commit b88dc44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Polly/Polly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<Authors>Michael Wolfenden, App vNext</Authors>
<AssemblyOriginatorKeyFile>..\Polly.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
<PropertyGroup Label="SourceLink">
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit b88dc44

Please sign in to comment.