Skip to content

Commit

Permalink
update dotnet.yml
Browse files Browse the repository at this point in the history
maybe fixes cli
  • Loading branch information
Jodenee committed Jan 21, 2025
1 parent 649d308 commit bfec27f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@ jobs:
- name: Setup .NET ${{ matrix.dotnet }}
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}
dotnet-version: |
9.x.x
8.x.x
7.x.x
6.x.x
- name: Restore dependencies
run: dotnet restore
- name: Build -f ${{ matrix.dotnet }} Sharphook
- name: Build Sharphook
run: dotnet build Sharphook --no-restore
- name: Test Sharphook
run: dotnet test Sharphook --no-build --verbosity normal

0 comments on commit bfec27f

Please sign in to comment.