We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d138c88 + ea5ae54 commit f4c0b2aCopy full SHA for f4c0b2a
.github/workflows/NewsReader.CI.yml
@@ -27,6 +27,9 @@ jobs:
27
with:
28
dotnet-version: '9'
29
30
+ - name: ⚙️ Install .NET MAUI
31
+ run: dotnet workload install maui-android maui-ios
32
+
33
- name: ⚙️ .NET MAUI Version info
34
run: dotnet workload list
35
@@ -62,6 +65,9 @@ jobs:
62
65
uses: actions/setup-dotnet@v4
63
66
64
67
68
69
70
+ run: dotnet workload install maui-android maui-windows maui-ios
71
72
73
@@ -178,6 +184,9 @@ jobs:
178
184
179
185
180
186
187
188
189
181
190
182
191
- name: 🕵️ Test
183
192
run: |
0 commit comments