Skip to content

Commit 3a4c837

Browse files
committed
publish symbols
1 parent 869cff8 commit 3a4c837

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ PublishScripts/
179179

180180
# NuGet Packages
181181
*.nupkg
182+
*.snupkg
182183
# The packages folder can be ignored because of Package Restore
183184
**/[Pp]ackages/*
184185
# except build/, which is used as an MSBuild target.

dev/build/build-and-publish.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ nuget update -self
4343
echo.
4444
echo ### UPLOADING TO NUGET ###
4545
nuget push *.nupkg -Source https://api.nuget.org/v3/index.json
46+
nuget push *.snupkg -Source https://api.nuget.org/v3/index.json
4647

4748
echo.
4849
pause

src/Spectrogram/Spectrogram.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<PackageReleaseNotes>Releases: https://github.com/swharden/Spectrogram/releases
1515
Quickstart: https://github.com/swharden/Spectrogram</PackageReleaseNotes>
1616
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
17+
<IncludeSymbols>true</IncludeSymbols>
18+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1719
</PropertyGroup>
1820

1921
<ItemGroup>

0 commit comments

Comments
 (0)