We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c26248 commit 4938741Copy full SHA for 4938741
1 file changed
.github/workflows/myget.yml
@@ -16,6 +16,9 @@ jobs:
16
dotnet-version: '8.0.x'
17
- name: Set env
18
run: echo "DOTNET_CLI_TELEMETRY_OPTOUT=1" >> $GITHUB_ENV
19
+ - name: Install required workloads
20
+ run: |
21
+ dotnet workload install android ios maccatalyst tvos macos maui wasm-tools --source https://aka.ms/dotnet8/nuget/index.json --source https://api.nuget.org/v3/index.json
22
- uses: dotnet/nbgv@master
23
id: nbgv
24
- name: Pack
0 commit comments