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 5faa67b commit fbe5256Copy full SHA for fbe5256
.github/workflows/nugetGallery.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Push generated package to NuGet gallery
26
run: |
27
cd src\netstandard
28
- nuget push .\out\*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NUGET_TOKEN }}
+ dotnet nuget push .\out\*.nupkg --skip-duplicate -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_TOKEN }}
29
30
- name: Add private GitHub registry to NuGet
31
run: nuget sources add -name "GPR" -Source https://nuget.pkg.github.com/Code-Sharp/index.json -Username Code-Sharp -Password ${{ secrets.GITHUB_TOKEN }}
0 commit comments