We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceca47d commit 186f907Copy full SHA for 186f907
.github/workflows/dotnet.yml
@@ -28,7 +28,7 @@ jobs:
28
dotnet-version: '9.0.x'
29
dotnet-quality: 'preview'
30
- name: Install Workloads
31
- run: dotnet workload install android macos ios maccatalyst maui tvos
+ run: dotnet workload restore
32
- name: Pack
33
# TODO decide whether we want experimental builds to use Debug or Release - using Release for now...
34
run: >-
@@ -72,6 +72,8 @@ jobs:
72
with:
73
dotnet-version: '8.0.x'
74
75
+ - name: Install Workloads
76
77
- name: Restore
78
run: dotnet restore --runtime ${{ matrix.rid }}
79
- name: Test
0 commit comments