Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorPilley committed Apr 30, 2024
1 parent 8babe12 commit c65ace4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: dotnet build --configuration ${{ env.PROJECT_CONFIGURATION }} --no-restore

- name: dotnet test
run: dotnet test --configuration ${{ env.PROJECT_CONFIGURATION }} --no-restore --verbosity minimal
run: dotnet test --configuration ${{ env.PROJECT_CONFIGURATION }} -f net8.0 --no-restore --verbosity minimal

- name: dotnet pack
if: github.ref_type == 'tag'
Expand Down

0 comments on commit c65ace4

Please sign in to comment.