Skip to content

Commit 524e6e4

Browse files
authored
[testing] Add api 36 level to device tests (#31909)
1 parent 02e9797 commit 524e6e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/device-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ stages:
173173
windowsPool: ${{ parameters.windowsPool }}
174174
targetFrameworkVersion: ${{ targetFrameworkVersion }}
175175
${{ if or(parameters.BuildEverything, and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'devdiv'))) }}:
176-
androidApiLevels: [ 33, 30, 29, 27, 26, 25, 24, 23 ]
176+
androidApiLevels: [ 36, 35, 33, 30, 29, 27, 26, 25, 24, 23 ]
177177
iosVersions: [ 'simulator-18.4' ]
178178
catalystVersions: [ 'latest' ]
179179
windowsVersions: [ 'packaged', 'unpackaged' ]
@@ -212,7 +212,7 @@ stages:
212212
- name: core
213213
desc: Core
214214
androidApiLevelsExclude: [ 25 ] # Ignore for now API25 since the runs's are not stable
215-
androidApiLevelsCoreClrExclude: [ 25, 23]
215+
androidApiLevelsCoreClrExclude: [ 28, 25, 23]
216216
androidConfiguration: 'Release'
217217
iOSConfiguration: 'Debug'
218218
windowsConfiguration: 'Debug'

0 commit comments

Comments
 (0)