Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
Include symbolpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
PerIngeVaaje committed May 4, 2022
1 parent 64e45a4 commit 42ccbbb
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@
<PackageTags>PX</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
</PropertyGroup>

<PropertyGroup>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="log4net" Version="2.0.12" />
Expand Down

0 comments on commit 42ccbbb

Please sign in to comment.