Skip to content

Commit

Permalink
Switch to pdb in package
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarbach committed Nov 8, 2019
1 parent 2af0948 commit 814d2f6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/PublicApiGenerator/PublicApiGenerator.csproj
Original file line number Diff line number Diff line change
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 814d2f6

Please sign in to comment.