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 66280f4 commit e1c940dCopy full SHA for e1c940d
.github/workflows/nugetGallery.yml
@@ -21,10 +21,7 @@ jobs:
21
- name: Install NuGet client
22
uses: nuget/setup-nuget@v1
23
24
- - name: Add private GitHub registry to NuGet
25
- run: nuget sources add -name "GPR" -Source https://nuget.pkg.github.com/Code-Sharp/index.json -Username Code-Sharp -Password ${{ secrets.GITHUB_TOKEN }}
26
-
27
- - name: Push generated package to GitHub registry
+ - name: Push generated package to NuGet Gallery
28
run: |
29
cd src\netstandard\
30
nuget push .\out\*.nupkg -SkipDuplicate -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_TOKEN }} -NoSymbols
0 commit comments