Skip to content

Commit

Permalink
chore: Switching order of workload installs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph committed Jul 25, 2023
1 parent 42dd24a commit ee64140
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build/ci/templates/dotnet-install-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ steps:

- template: jdk-setup.yml

- powershell: |
dotnet workload install maui --source https://api.nuget.org/v3/index.json
dotnet workload install android ios maccatalyst tvos macos maui wasm-tools --source https://api.nuget.org/v3/index.json
displayName: Maui workloads
- powershell: |
& dotnet tool update --global uno.check --version ${{ parameters.UnoCheck_Version }} --add-source https://api.nuget.org/v3/index.json
& uno-check -v --ci --non-interactive --fix --skip xcode --skip gtk3 --skip vswin --skip vsmac --skip androidsdk --skip androidemulator --manifest ${{ parameters.UnoCheck_Manifest }}
displayName: Install .NET Workloads
errorActionPreference: continue
ignoreLASTEXITCODE: true
retryCountOnTaskFailure: 3
- powershell: |
dotnet workload install maui --source https://api.nuget.org/v3/index.json
dotnet workload install android ios maccatalyst tvos macos maui wasm-tools --source https://api.nuget.org/v3/index.json
displayName: Maui workloads

0 comments on commit ee64140

Please sign in to comment.