@@ -109,7 +109,6 @@ stages:
109
109
runChecks : false
110
110
displayName : iOS
111
111
publishOutputSuffix : ' -ios'
112
- windowsImage : ' '
113
112
areaPath : $(AREA_PATH)
114
113
verbosity : diagnostic
115
114
cakeFile : DeviceTests/build.cake
@@ -123,7 +122,6 @@ stages:
123
122
runChecks : false
124
123
displayName : Android API 21
125
124
publishOutputSuffix : ' -android21'
126
- windowsImage : ' '
127
125
areaPath : $(AREA_PATH)
128
126
verbosity : diagnostic
129
127
cakeFile : DeviceTests/build.cake
@@ -140,7 +138,6 @@ stages:
140
138
runChecks : false
141
139
displayName : Android API 22
142
140
publishOutputSuffix : ' -android22'
143
- windowsImage : ' '
144
141
areaPath : $(AREA_PATH)
145
142
verbosity : diagnostic
146
143
cakeFile : DeviceTests/build.cake
@@ -152,12 +149,12 @@ stages:
152
149
153
150
# - template: .ci/build.yml@components
154
151
# parameters:
152
+ # windowsImage: windows-2019
155
153
# name: devicetests_android_api_23
156
154
# runChecks: false
157
155
# continueOnError: true
158
156
# displayName: Android API 23
159
157
# publishOutputSuffix: '-android23'
160
- # windowsImage: ''
161
158
# areaPath: $(AREA_PATH)
162
159
# verbosity: diagnostic
163
160
# cakeFile: DeviceTests/build.cake
@@ -174,7 +171,6 @@ stages:
174
171
runChecks : false
175
172
displayName : Android API 24
176
173
publishOutputSuffix : ' -android24'
177
- windowsImage : ' '
178
174
areaPath : $(AREA_PATH)
179
175
verbosity : diagnostic
180
176
cakeFile : DeviceTests/build.cake
@@ -191,7 +187,6 @@ stages:
191
187
runChecks : false
192
188
displayName : Android API 26
193
189
publishOutputSuffix : ' -android26'
194
- windowsImage : ' '
195
190
areaPath : $(AREA_PATH)
196
191
verbosity : diagnostic
197
192
cakeFile : DeviceTests/build.cake
@@ -208,7 +203,6 @@ stages:
208
203
runChecks : false
209
204
displayName : Android API 29
210
205
publishOutputSuffix : ' -android29'
211
- windowsImage : ' '
212
206
areaPath : $(AREA_PATH)
213
207
verbosity : diagnostic
214
208
cakeFile : DeviceTests/build.cake
@@ -220,11 +214,11 @@ stages:
220
214
221
215
# - template: .ci/build.yml@components
222
216
# parameters:
217
+ # windowsImage: windows-2019
223
218
# name: devicetests_android_api_30
224
219
# runChecks: false
225
220
# displayName: Android API 30
226
221
# publishOutputSuffix: '-android30'
227
- # windowsImage: ''
228
222
# areaPath: $(AREA_PATH)
229
223
# verbosity: diagnostic
230
224
# cakeFile: DeviceTests/build.cake
0 commit comments