Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Oct 22, 2024
1 parent 45ef3ab commit dcab87b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions eng/pipelines/common/maui-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ jobs:
POOL_VIMAGE: ${{ BuildPlatform.vmImage }}
PLATFORM_NAME: ${{ lower(BuildPlatform.name) }}

pool:
name: $(POOL_NAME)
vmImage: $(POOL_VIMAGE)
pool:
name: $(POOL_NAME)
vmImage: $(POOL_VIMAGE)

steps:
steps:

- ${{ each step in parameters.prepareSteps }}:
- ${{ each pair in step }}:
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/handlers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ parameters:
testName: RunOnAndroid
artifact: templates-run-android
- name: Azure Pipelines
vmImage: macOS-14
vmImage: macOS-14
testName: RunOniOS
artifact: templates-run-ios

Expand Down

0 comments on commit dcab87b

Please sign in to comment.