Skip to content

Commit

Permalink
Force azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Aug 22, 2024
1 parent ce5e945 commit 214ccc7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 28 deletions.
16 changes: 8 additions & 8 deletions eng/pipelines/common/maui-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ parameters:
type: object
default:
- name: Windows
poolName: $(windowsVmPool)
vmImage: $(windowsVmImage)
poolName: Azure Pipelines
vmImage: macOS-14
artifact: templates-windows
- name: macOS
poolName: $(macOSXVmPool)
vmImage: $(macOSXVmImage)
poolName: Azure Pipelines
vmImage: macOS-14
artifact: templates-macos

- name: RunPlatforms
type: object
default:
- name: $(androidTestsVmPool)
vmImage: $(androidTestsVmImage)
- name: Azure Pipelines
vmImage: macOS-14
testName: RunOnAndroid
artifact: templates-run-android
- name: $(iosTestsVmPool)
vmImage: $(iosTestsVmImage)
- name: Azure Pipelines
vmImage: macOS-14
testName: RunOniOS
artifact: templates-run-ios

Expand Down
20 changes: 10 additions & 10 deletions eng/pipelines/handlers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ parameters:
vmImage: $(windowsVmImage)
artifact: build-windows
- name: macOS
poolName: $(macOSXVmPool)
vmImage: $(macOSXVmImage)
poolName: Azure Pipelines
vmImage: macOS-14
artifact: build-macos

- name: PackPlatforms
Expand All @@ -83,8 +83,8 @@ parameters:
vmImage: $(windowsVmImage)
artifact: nuget
- name: macOS
poolName: $(macOSXVmPool)
vmImage: $(macOSXVmImage)
poolName: Azure Pipelines
vmImage: macOS-14
artifact: nuget-macos

- name: BuilTemplatePlatforms
Expand All @@ -95,19 +95,19 @@ parameters:
vmImage: $(windowsVmImage)
artifact: build-windows
- name: macOS
poolName: $(macOSXVmPool)
vmImage: $(macOSXVmImage)
poolName: Azure Pipelines
vmImage: macOS-14
artifact: build-macos

- name: RunTemplatePlatforms
type: object
default:
- name: $(androidTestsVmPool)
vmImage: $(androidTestsVmImage)
- name: Azure Pipelines
vmImage: macOS-14
testName: RunOnAndroid
artifact: templates-run-android
- name: $(iosTestsVmPool)
vmImage: $(iosTestsVmImage)
- name: Azure Pipelines
vmImage: macOS-14
testName: RunOniOS
artifact: templates-run-ios

Expand Down
14 changes: 4 additions & 10 deletions eng/pipelines/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,20 +94,14 @@ parameters:
- name: androidCompatibilityPool
type: object
default:
name: $(androidTestsVmPool)
vmImage: $(androidTestsVmImage)
demands:
- macOS.Name -equals Sonoma
- macOS.Architecture -equals x64
name: $(macosTestsVmPool)
vmImage: macOS-14

- name: iosCompatibilityPool
type: object
default:
name: $(androidTestsVmPool)
vmImage: $(androidTestsVmImage)
demands:
- macOS.Name -equals Sonoma
- macOS.Architecture -equals x64
name: $(macosTestsVmPool)
vmImage: macOS-14

resources:
repositories:
Expand Down

0 comments on commit 214ccc7

Please sign in to comment.