We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8b761 commit 7fb8e57Copy full SHA for 7fb8e57
.github/workflows/publish-nuget.yml
@@ -167,6 +167,7 @@ jobs:
167
run: |
168
cd ${{ github.workspace }}/src/NetSparkle.UI.WinForms.NetFramework
169
msbuild NetSparkle.UI.WinForms.NetFramework.csproj -t:clean /property:Configuration=Release
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
nuget push *.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -verbosity detailed
0 commit comments