Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Add restoring workloads to pipeline #254

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading