We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5bdec1 commit ceca47dCopy full SHA for ceca47d
.github/workflows/dotnet.yml
@@ -27,6 +27,8 @@ jobs:
27
with:
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
32
- name: Pack
33
# TODO decide whether we want experimental builds to use Debug or Release - using Release for now...
34
run: >-
0 commit comments