Skip to content

Commit

Permalink
More backports (#5060)
Browse files Browse the repository at this point in the history
* Implement IBorder on Windows (#5008)

* Implement IBorder on Windows

* Fix rectangles

Co-authored-by: redth <jondick@gmail.com>

* Remove all usage of Device throughout the repo (#4982)

* Remove unsupported targets in Device class (#4491)

* Remove unsupported targets in Device class

* Fixed broken tests

* Deprecate UWP target

* Allow to use UWP target on XAML

* Fix build errors

* comments

* UWP == WinUI

* Fix Build errors

* Added more tests

* fix

* vbnm

* More fixes

* things

Co-authored-by: Matthew Leibowitz <mattleibow@live.com>

* [ci] Remove image override (#5053)

* [ci] Remove image override

* [ci] Don't provisioning windows

Co-authored-by: Javier Suárez <javiersuarezruiz@hotmail.com>
Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
Co-authored-by: Rui Marinho <me@ruimarinho.net>
  • Loading branch information
4 people committed Mar 4, 2022
1 parent 381d28c commit c36d390
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
2 changes: 0 additions & 2 deletions eng/pipelines/common/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ variables:
value: $(Build.ArtifactStagingDirectory)/logs
- name: TestResultsDirectory
value: $(Build.ArtifactStagingDirectory)/test-results
- name: provisioningVS
value: true
- name: provisionator.xcode
value: '$(System.DefaultWorkingDirectory)/eng/provisioning/xcode.csx'
- name: provisionator.path
Expand Down
12 changes: 0 additions & 12 deletions eng/pipelines/handlers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ stages:
pool:
name: ${{ BuildPlatform.poolName }}
vmImage: ${{ BuildPlatform.vmImage }}
${{ if eq(BuildPlatform.name, 'Windows') }}:
demands:
- ImageOverride -equals server2022-VS2022-17-2-p1
${{ if startsWith(BuildPlatform.poolName, 'VSEng-VSMac-Xamarin-Shared') }}:
demands:
- macOS.Name -equals BigSur
Expand Down Expand Up @@ -186,9 +183,6 @@ stages:
pool:
name: ${{ PackPlatform.poolName }}
vmImage: ${{ PackPlatform.vmImage }}
${{ if eq(PackPlatform.name, 'Windows') }}:
demands:
- ImageOverride -equals server2022-VS2022-17-2-p1
${{ if startsWith(PackPlatform.poolName, 'VSEng-VSMac-Xamarin-Shared') }}:
demands:
- macOS.Name -equals BigSur
Expand Down Expand Up @@ -221,9 +215,6 @@ stages:
pool:
name: ${{ BuildPlatform.poolName }}
vmImage: ${{ BuildPlatform.vmImage }}
${{ if eq(BuildPlatform.name, 'Windows') }}:
demands:
- ImageOverride -equals server2022-VS2022-17-2-p1
${{ if startsWith(BuildPlatform.poolName, 'VSEng-VSMac-Xamarin-Shared') }}:
demands:
- macOS.Name -equals BigSur
Expand Down Expand Up @@ -282,9 +273,6 @@ stages:
pool:
name: ${{ BuildPlatform.poolName }}
vmImage: ${{ BuildPlatform.vmImage }}
${{ if eq(BuildPlatform.name, 'Windows') }}:
demands:
- ImageOverride -equals server2022-VS2022-17-2-p1
${{ if startsWith(BuildPlatform.poolName, 'VSEng-VSMac-Xamarin-Shared') }}:
demands:
- macOS.Name -equals BigSur
Expand Down
3 changes: 0 additions & 3 deletions eng/pipelines/maui-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ stages:
pool:
name: ${{ PackPlatform.poolName }}
vmImage: ${{ PackPlatform.vmImage }}
${{ if eq(PackPlatform.name, 'Windows') }}:
demands:
- ImageOverride -equals server2022-VS2022-17-2-p1
${{ if startsWith(PackPlatform.poolName, 'VSEng-VSMac-Xamarin-Shared') }}:
demands:
- macOS.Name -equals BigSur
Expand Down

0 comments on commit c36d390

Please sign in to comment.