Skip to content

Commit

Permalink
Add install missed android sdk for api 32
Browse files Browse the repository at this point in the history
  • Loading branch information
wcoder committed Dec 15, 2023
1 parent b226b24 commit a89a7c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines/XToolkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
parameters:
version: $(XCODE_VERSION)

- bash: |
$ANDROID_HOME/tools/bin/sdkmanager --install "build-tools;32.0.0"
displayName: Install Android SDK
- task: DotNetCoreCLI@2
displayName: Build Solution
inputs:
Expand Down

0 comments on commit a89a7c4

Please sign in to comment.