Skip to content

Commit b510ae7

Browse files
committed
Package: use snupkg debug symbols
now that NuGet bug has been resolved NuGet/Home#10791
1 parent 4e5b032 commit b510ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Spectrogram/Spectrogram.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReadmeFile>README.md</PackageReadmeFile>
1818
<DebugType>portable</DebugType>
1919
<IncludeSymbols>true</IncludeSymbols>
20-
<!--<SymbolPackageFormat>snupkg</SymbolPackageFormat> --> <!-- https://github.com/NuGet/Home/issues/10791 -->
20+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2121
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2222
<Deterministic>true</Deterministic>
2323
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>

0 commit comments

Comments
 (0)