Skip to content

Commit

Permalink
create snupkg symbol packages
Browse files Browse the repository at this point in the history
  • Loading branch information
djonasdev committed May 19, 2021
1 parent 8085bdb commit 16f6e90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<Description>NlogViewer is a ui control library to visualize NLog logs</Description>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 16f6e90

Please sign in to comment.