File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - uses : actions/setup-dotnet@v1
3131 with :
3232 dotnet-version : ' 3.1.202'
33+ source-url : https://nuget.pkg.github.com/bjorhn/index.json
34+ env :
35+ NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
3336 - name : Building library
3437 run : |
3538 dotnet restore src
5861 dotnet test ${GITHUB_WORKSPACE}/Test
5962 - name : Push packages to GitHub Packages
6063 run : |
61- dotnet nuget push ${GITHUB_WORKSPACE}/lib/*.nupkg -k ${{ secrets.GH_PACKAGES_KEY }} -s https://nuget.pkg.github.com/egil/index.json - -skip-duplicate
62- dotnet nuget push ${GITHUB_WORKSPACE}/template/*.nupkg -k ${{ secrets.GH_PACKAGES_KEY }} -s https://nuget.pkg.github.com/egil/index.json - -skip-duplicate
64+ dotnet nuget push ${GITHUB_WORKSPACE}/lib/*.nupkg --skip-duplicate
65+ dotnet nuget push ${GITHUB_WORKSPACE}/template/*.nupkg --skip-duplicate
You can’t perform that action at this time.
0 commit comments