We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55751a commit 6ca16aaCopy full SHA for 6ca16aa
.github/workflows/nuget_publish.yml
@@ -32,3 +32,4 @@ jobs:
32
dotnet build -c Release
33
dotnet pack -c Release
34
dotnet nuget push bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_DEPLOY }}
35
+ dotnet nuget push bin/Release/*.snupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_DEPLOY }}
0 commit comments