Skip to content

Commit

Permalink
Update azure-templates-bootstrapper.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored Feb 11, 2024
1 parent 94be6e0 commit b2e0866
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/azure-templates-bootstrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ jobs:
displayName: Install Ninja
retryCountOnTaskFailure: 3
condition: and(succeeded(), eq(variables['DOWNLOAD_EXTERNALS'], ''))
# install the bits needed for Android on macOS and Windows
- ${{ if and(eq(parameters.installAndroidSdk, 'true'), not(endsWith(parameters.name, '_linux'))) }}:
# install the correct version of the JDK
- pwsh: .\scripts\install-openjdk.ps1
displayName: Install OpenJDK
retryCountOnTaskFailure: 3
condition: and(succeeded(), eq(variables['DOWNLOAD_EXTERNALS'], ''))
# install the bits needed for .NET
- ${{ if eq(parameters.installDotNet, 'true') }}:
- ${{ if endsWith(parameters.name, '_macos') }}:
Expand Down

0 comments on commit b2e0866

Please sign in to comment.