File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ jobs:
4747 with :
4848 name : Build results (NuGet)
4949 path : packages/*.nupkg
50- # - name: Publish packages to GitHub feed
51- # if: ${{ github.event_name != 'pull_request' && github.ref_name == 'master' }}
52- # run: |
53- # dotnet nuget add source --username ${{ env.GithubNugetUsername }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/csf-dev/index.json"
54- # for package in packages/*.nupkg
55- # do
56- # dotnet nuget push $package --source github
57- # done
50+ - name : Publish packages to GitHub feed
51+ if : ${{ github.event_name != 'pull_request' && github.ref_name == 'master' }}
52+ run : |
53+ dotnet nuget add source --username ${{ env.GithubNugetUsername }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/csf-dev/index.json"
54+ for package in packages/*.nupkg
55+ do
56+ dotnet nuget push $package --source github
57+ done
5858
5959 build_docs_site :
6060 name : Build the documentation website
9595 with :
9696 name : Build results (NuGet)
9797 path : ./packages
98- - name : Publish to NuGet
99- run : dotnet nuget push ./packages/*.nupkg --source https://api.nuget.org/v3/index.json
98+ # - name: Publish to NuGet
99+ # run: dotnet nuget push ./packages/*.nupkg --source https://api.nuget.org/v3/index.json
100100
101101
You can’t perform that action at this time.
0 commit comments