Skip to content

Commit

Permalink
Merge pull request #254 from abpframework/enisn-patch-2
Browse files Browse the repository at this point in the history
Add restoring workloads to pipeline
  • Loading branch information
skoc10 authored Jun 4, 2024
2 parents 479ace7 + 1a95adb commit 290087d
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 @@ -19,6 +19,8 @@ jobs:
dotnet-version: 8.x
- name: Restore dependencies
run: dotnet restore
- name: Restore workloads
run: dotnet workload restore
- name: Build
run: dotnet build --no-restore
- name: Test
Expand Down

0 comments on commit 290087d

Please sign in to comment.