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/
179
179
180
180
# NuGet Packages
181
181
* .nupkg
182
+ * .snupkg
182
183
# The packages folder can be ignored because of Package Restore
183
184
** /[Pp ]ackages /*
184
185
# 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
43
43
echo .
44
44
echo ### UPLOADING TO NUGET ###
45
45
nuget push *.nupkg -Source https://api.nuget.org/v3/index.json
46
+ nuget push *.snupkg -Source https://api.nuget.org/v3/index.json
46
47
47
48
echo .
48
49
pause
Original file line number Diff line number Diff line change 14
14
<PackageReleaseNotes >Releases: https://github.com/swharden/Spectrogram/releases
15
15
Quickstart: https://github.com/swharden/Spectrogram</PackageReleaseNotes >
16
16
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
17
+ <IncludeSymbols >true</IncludeSymbols >
18
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
17
19
</PropertyGroup >
18
20
19
21
<ItemGroup >
You can’t perform that action at this time.
0 commit comments