Skip to content

Commit 6d543f0

Browse files
authored
Merge pull request #9 from dusrdev/pre-release
Fix csproj to emit symbols for nuget
2 parents a3736ae + 927288c commit 6d543f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PrettyConsole/PrettyConsole.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<IsTrimmable>true</IsTrimmable>
1313
<IncludeSymbols>true</IncludeSymbols>
1414
<IncludeSource>true</IncludeSource>
15+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1516
<PublishRespositoryUrl>true</PublishRespositoryUrl>
1617
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1718

0 commit comments

Comments
 (0)