Skip to content

Commit

Permalink
Implement Font properties in SearchBarHandlers (#533)
Browse files Browse the repository at this point in the history
* Speed up PR builds (#510)

Reduce the jobs and use the new pools

* implement Font properties in SearchBarHandlers

* Fix rebase issues

Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
Co-authored-by: E.Z. Hart <hartez@gmail.com>
  • Loading branch information
3 people committed Mar 17, 2021
1 parent 2a51880 commit cc4275f
Show file tree
Hide file tree
Showing 17 changed files with 405 additions and 285 deletions.
4 changes: 1 addition & 3 deletions eng/pipelines/common/device-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ parameters:
androidVmImage: '$(androidTestsVmImage)'
iosVmPool: '$(iosTestsVmPool)'
iosVmImage: '$(iosTestsVmImage)'
androidApiLevels: [ 30, 29, 21 ]
androidApiLevels: [ 30 ]
iosVersions: [ 'latest' ]
projects:
- name: name
Expand Down Expand Up @@ -50,8 +50,6 @@ stages:
pool:
name: ${{ parameters.iosVmPool }}
vmImage: ${{ parameters.iosVmImage }}
variables:
ANDROID_EMULATORS: "system-images;ios-${{ version }};google_apis;x86"
steps:
- template: device-tests-steps.yml
parameters:
Expand Down
Loading

0 comments on commit cc4275f

Please sign in to comment.