Skip to content

Commit

Permalink
Merge pull request #131 from ApiApprover/pdb
Browse files Browse the repository at this point in the history
Switch to pdb in package
  • Loading branch information
danielmarbach committed Nov 8, 2019
2 parents 2af0948 + 814d2f6 commit 614e8b4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/PublicApiGenerator/PublicApiGenerator.csproj
Expand Up @@ -6,14 +6,12 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\PublicApiGenerator.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<!-- Enable debugger source-stepping by embedding source files in the PDB. -->
<EmbedAllSources>true</EmbedAllSources>

<!-- The PDBs go in a .snupkg file to be uploaded to the nuget.org symbol server. -->
<!-- https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg -->
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 614e8b4

Please sign in to comment.