We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe5256 commit 107ebdeCopy full SHA for 107ebde
.github/workflows/nugetGallery.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Push generated package to NuGet gallery
26
run: |
27
cd src\netstandard
28
- dotnet nuget push .\out\*.nupkg --skip-duplicate -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_TOKEN }}
+ dotnet nuget push .\out\*.nupkg --skip-duplicate -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_TOKEN }} -n true
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