Skip to content

Commit

Permalink
Explicit pack
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterjanDeClippel committed Aug 6, 2023
1 parent c037001 commit bdfbe69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Test
run: dotnet test --no-restore --verbosity normal

- name: Pack
run: dotnet pack --no-build --configuration Release

- name: PushNuget
run: dotnet nuget push **/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.PUBLISH_TO_NUGET_ORG }} --skip-duplicate

Expand Down

0 comments on commit bdfbe69

Please sign in to comment.