Skip to content

Commit fd905c3

Browse files
committed
Move back to api 30
1 parent c7fb70b commit fd905c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/ui-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ stages:
149149
iosCompatibilityPool: ${{ parameters.iosCompatibilityPool }}
150150
agentPoolAccessToken: $(AgentPoolAccessToken)
151151
${{ if or(parameters.BuildEverything, and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'devdiv'))) }}:
152-
androidApiLevels: [ 36 ]
152+
androidApiLevels: [ 30 ]
153153
iosVersions: [ 'latest' ]
154154
provisionatorChannel: ${{ parameters.provisionatorChannel }}
155155
${{ else }}:
156-
androidApiLevels: [ 36 ]
156+
androidApiLevels: [ 30 ]
157157
iosVersions: [ 'latest' ]
158158
provisionatorChannel: ${{ parameters.provisionatorChannel }}
159159
${{ if parameters.CompatibilityTests }}:

0 commit comments

Comments
 (0)