Skip to content

Commit

Permalink
chore: Skip android emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 4, 2024
1 parent ccb2f10 commit 5728ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/templates/dotnet-install-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ steps:

- bash: |
dotnet tool update --global uno.check --version ${{ parameters.UnoCheck_Version }} --add-source https://api.nuget.org/v3/index.json
uno-check --ci --non-interactive --fix --skip gtk3 --skip xcode --skip vswin --skip vsmac --pre-major
uno-check --ci --non-interactive --fix --skip gtk3 --skip xcode --skip vswin --skip android-emulator --skip vsmac --pre-major
displayName: Install .NET Workloads
condition: eq(variables['Agent.OS'], 'Darwin')

0 comments on commit 5728ff3

Please sign in to comment.