Skip to content

Commit

Permalink
Merge pull request #337 from Eilon/main
Browse files Browse the repository at this point in the history
Change CI-Windows script to install more workloads
  • Loading branch information
eman1986 authored May 1, 2024
2 parents 5c2d083 + 261b959 commit fdf876b
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 fdf876b

Please sign in to comment.