Skip to content

Commit

Permalink
Merge pull request #1763 from AArnott/snupkg
Browse files Browse the repository at this point in the history
Pack symbols in snupkg
  • Loading branch information
bording committed Feb 2, 2020
2 parents 9d2e900 + 9b91bd8 commit 95009f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LibGit2Sharp/LibGit2Sharp.csproj
Expand Up @@ -12,6 +12,8 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl> <PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources> <EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<SignAssembly>true</SignAssembly> <SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\libgit2sharp.snk</AssemblyOriginatorKeyFile> <AssemblyOriginatorKeyFile>..\libgit2sharp.snk</AssemblyOriginatorKeyFile>
</PropertyGroup> </PropertyGroup>
Expand Down

0 comments on commit 95009f0

Please sign in to comment.