We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb8e57 commit 7564081Copy full SHA for 7564081
.github/workflows/publish-nuget.yml
@@ -170,6 +170,7 @@ jobs:
170
msbuild NetSparkle.UI.WinForms.NetFramework.csproj /property:Configuration=Release /t:Restore
171
msbuild NetSparkle.UI.WinForms.NetFramework.csproj /property:Configuration=Release /p:IncludeSymbols=true /p:SymbolPackageFormat=snupkg
172
msbuild -t:pack /property:Configuration=Release /p:IncludeSymbols=true /p:SymbolPackageFormat=snupkg
173
+ cd ${{ github.workspace }}/src/bin/Release/NetSparkle.UI.WinForms.NetFramework
174
nuget push *.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -verbosity detailed
175
cd ${{ github.workspace }}
176
0 commit comments