Skip to content

Commit

Permalink
add compile test for dotnet 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpannella authored Feb 6, 2025
1 parent 18ee525 commit 366cedc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ jobs:
run: dotnet build pupdate.csproj --no-restore
- name: Test
run: dotnet test pupdate.csproj --no-build --verbosity normal
- name: Restore legacy dependencies
run: dotnet restore pupdate_legacy.csproj
- name: Build legacy
run: dotnet build pupdate_legacy.csproj --no-restore
- name: Test legacy
run: dotnet test pupdate_legacy.csproj --no-build --verbosity normal

0 comments on commit 366cedc

Please sign in to comment.