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 5064930 commit 94b5dc2Copy full SHA for 94b5dc2
.github/workflows/build-master.yml
@@ -52,8 +52,3 @@ jobs:
52
53
- name: Create NuGet package
54
run: dotnet pack -c Release -o nuget -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
55
-
56
- - name: Push NuGet package
57
- run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
58
59
.github/workflows/publish-docs.yml
0 commit comments