Skip to content

Commit 0a2f579

Browse files
authored
Merge pull request #24 from NightAngell/development
Include symbols as snupkg
2 parents ca6b364 + b980aa4 commit 0a2f579

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,7 @@
7171
<NugetIsPackable>true</NugetIsPackable>
7272
<NuGetGeneratePackageOnBuild>false</NuGetGeneratePackageOnBuild>
7373
<NugetOutputType>Library</NugetOutputType>
74+
<IncludeSymbols>true</IncludeSymbols>
75+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
7476
</PropertyGroup>
7577
</Project>

0 commit comments

Comments
 (0)