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 4409522 commit 5faa67bCopy full SHA for 5faa67b
.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 "NuGet Gallery" -SkipDuplicate -ApiKey ${{ secrets.NUGET_TOKEN }}
+ nuget push .\out\*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ 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