Skip to content

Commit

Permalink
Change test before publish to be net8 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfs authored Jan 3, 2024
1 parent ce69f52 commit 3633b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishnuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Test Before Publish
run: dotnet test --verbosity normal -f net7.0
run: dotnet test --verbosity normal -f net8.0
- name: Build
run: dotnet pack --no-restore StreamRegex.Extensions -o NuPkgs
- name: Setup NuGet.exe for use with actions
Expand Down

0 comments on commit 3633b07

Please sign in to comment.