Skip to content

Commit

Permalink
Change CI-Windows script to install more workloads
Browse files Browse the repository at this point in the history
  • Loading branch information
Eilon committed Sep 21, 2023
1 parent eaebf16 commit 261b959
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/CI-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@ jobs:
6.0.x
7.0.x
- name: "Install .NET MAUI workload"
run: dotnet workload install maui
- name: "Install .NET cross-plat and MAUI workloads"
run: |
dotnet workload install android
dotnet workload install ios
dotnet workload install maccatalyst
dotnet workload install maui
dotnet workload list
- name: "Restore NuGet packages (Windows)"
run: msbuild /t:restore /p:Configuration=Release Sources/Microcharts.sln /bl:win-restore-build.binlog
Expand Down

0 comments on commit 261b959

Please sign in to comment.