Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Fix: Remove duplicate windowsImage settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbond-msft committed Feb 16, 2022
1 parent 75ec8e4 commit ce43325
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ stages:
runChecks: false
displayName: iOS
publishOutputSuffix: '-ios'
windowsImage: ''
areaPath: $(AREA_PATH)
verbosity: diagnostic
cakeFile: DeviceTests/build.cake
Expand All @@ -123,7 +122,6 @@ stages:
runChecks: false
displayName: Android API 21
publishOutputSuffix: '-android21'
windowsImage: ''
areaPath: $(AREA_PATH)
verbosity: diagnostic
cakeFile: DeviceTests/build.cake
Expand All @@ -140,7 +138,6 @@ stages:
runChecks: false
displayName: Android API 22
publishOutputSuffix: '-android22'
windowsImage: ''
areaPath: $(AREA_PATH)
verbosity: diagnostic
cakeFile: DeviceTests/build.cake
Expand All @@ -152,12 +149,12 @@ stages:

# - template: .ci/build.yml@components
# parameters:
# windowsImage: windows-2019
# name: devicetests_android_api_23
# runChecks: false
# continueOnError: true
# displayName: Android API 23
# publishOutputSuffix: '-android23'
# windowsImage: ''
# areaPath: $(AREA_PATH)
# verbosity: diagnostic
# cakeFile: DeviceTests/build.cake
Expand All @@ -174,7 +171,6 @@ stages:
runChecks: false
displayName: Android API 24
publishOutputSuffix: '-android24'
windowsImage: ''
areaPath: $(AREA_PATH)
verbosity: diagnostic
cakeFile: DeviceTests/build.cake
Expand All @@ -191,7 +187,6 @@ stages:
runChecks: false
displayName: Android API 26
publishOutputSuffix: '-android26'
windowsImage: ''
areaPath: $(AREA_PATH)
verbosity: diagnostic
cakeFile: DeviceTests/build.cake
Expand All @@ -208,7 +203,6 @@ stages:
runChecks: false
displayName: Android API 29
publishOutputSuffix: '-android29'
windowsImage: ''
areaPath: $(AREA_PATH)
verbosity: diagnostic
cakeFile: DeviceTests/build.cake
Expand All @@ -220,11 +214,11 @@ stages:

# - template: .ci/build.yml@components
# parameters:
# windowsImage: windows-2019
# name: devicetests_android_api_30
# runChecks: false
# displayName: Android API 30
# publishOutputSuffix: '-android30'
# windowsImage: ''
# areaPath: $(AREA_PATH)
# verbosity: diagnostic
# cakeFile: DeviceTests/build.cake
Expand Down

0 comments on commit ce43325

Please sign in to comment.