File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ nuget update -self
4343echo .
4444echo ### UPLOADING TO NUGET ###
4545nuget push *.nupkg -Source https://api.nuget.org/v3/index.json
46+ nuget push *.snupkg -Source https://api.nuget.org/v3/index.json
4647
4748echo .
4849pause
Original file line number Diff line number Diff line change 1414 <PackageReleaseNotes >Releases: https://github.com/swharden/Spectrogram/releases
1515Quickstart: https://github.com/swharden/Spectrogram</PackageReleaseNotes >
1616 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
17+ <IncludeSymbols >true</IncludeSymbols >
18+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
1719 </PropertyGroup >
1820
1921 <ItemGroup >
You can’t perform that action at this time.
0 commit comments