Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelschnurr authored Jan 10, 2024
1 parent cbfdc51 commit 376d2c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Restore workload
run: dotnet workload restore
- name: Build
run: dotnet build --no-restore
- name: Test
Expand Down

0 comments on commit 376d2c3

Please sign in to comment.