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.
1 parent aba826a commit ee50d5dCopy full SHA for ee50d5d
.github/workflows/build.yml
@@ -35,8 +35,8 @@ jobs:
35
with:
36
dotnet-version: '9.0.200'
37
38
-# - name: Add .NET Workloads
39
-# run: dotnet workload install maui macos
+ - name: Add .NET Workloads
+ run: dotnet workload install maui macos
40
41
- name: Build
42
run: dotnet build Build.slnf /restore -m -property:Configuration=Release -property:PublicRelease=true
0 commit comments