diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e6076dae8..aaab20353 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -173,8 +173,6 @@ stages: - bash: | echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)" displayName: 'Setup JDK Paths' - - bash: sh -c "echo \"y\" | $ANDROID_HOME/tools/bin/sdkmanager \"system-images;android-21;google_apis;x86\"" - displayName: Install the Android emulators - template: .ci/build.v1.yml@components parameters: @@ -194,8 +192,6 @@ stages: - bash: | echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)" displayName: 'Setup JDK Paths' - - bash: sh -c "echo \"y\" | $ANDROID_HOME/tools/bin/sdkmanager \"system-images;android-22;google_apis;x86\"" - displayName: Install the Android emulators # - template: .ci/build.v1.yml@components # parameters: @@ -216,8 +212,6 @@ stages: # - bash: | # echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)" # displayName: 'Setup JDK Paths' -# - bash: sh -c "echo \"y\" | $ANDROID_HOME/tools/bin/sdkmanager \"system-images;android-23;google_apis;x86\"" -# displayName: Install the Android emulators - template: .ci/build.v1.yml@components parameters: @@ -237,8 +231,6 @@ stages: - bash: | echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)" displayName: 'Setup JDK Paths' - - bash: sh -c "echo \"y\" | $ANDROID_HOME/tools/bin/sdkmanager \"system-images;android-24;google_apis;x86\"" - displayName: Install the Android emulators - template: .ci/build.v1.yml@components parameters: @@ -258,8 +250,6 @@ stages: - bash: | echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)" displayName: 'Setup JDK Paths' - - bash: sh -c "echo \"y\" | $ANDROID_HOME/tools/bin/sdkmanager \"system-images;android-26;google_apis;x86\"" - displayName: Install the Android emulators - template: .ci/build.v1.yml@components parameters: @@ -279,8 +269,6 @@ stages: - bash: | echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)" displayName: 'Setup JDK Paths' - - bash: sh -c "echo \"y\" | $ANDROID_HOME/tools/bin/sdkmanager \"system-images;android-29;google_apis;x86\"" - displayName: Install the Android emulators # - template: .ci/build.v1.yml@components # parameters: @@ -300,5 +288,3 @@ stages: # - bash: | # echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)" # displayName: 'Setup JDK Paths' - # - bash: sh -c "echo \"y\" | $ANDROID_HOME/tools/bin/sdkmanager \"system-images;android-30;google_apis;x86\"" - # displayName: Install the Android emulators