Skip to content

Commit

Permalink
fix: install workload
Browse files Browse the repository at this point in the history
  • Loading branch information
NVENTIVE\felix.brault committed Dec 6, 2023
1 parent aa3747e commit a68e8f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ steps:
- 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 | Uno-check
displayName: Uno-check
errorActionPreference: continue
ignoreLASTEXITCODE: true
retryCountOnTaskFailure: 3

- script: dotnet workload install android ios macos maccatalyst"
displayName: 'Install .NET workloads'

- task: MSBuild@1
displayName: 'Restore solution packages'
Expand Down

0 comments on commit a68e8f7

Please sign in to comment.