From 2c764b1e987ae50d1c870dff7d2ee218cc57bd4e Mon Sep 17 00:00:00 2001 From: Stephane Delcroix Date: Fri, 27 Feb 2026 15:55:19 +0100 Subject: [PATCH] Fix YAML error: remove duplicate AndroidPoolLinux parameter definitions The AndroidPoolLinux parameter was defined three times in eng/pipelines/ci.yml on the net11.0 branch, causing Azure DevOps to reject the YAML with: 'There was a YAML error preventing Azure Pipelines from determining if the pipeline should run.' This resulted in the maui-pr pipeline being canceled as an informational run on every net11.0 push. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- eng/pipelines/ci.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/eng/pipelines/ci.yml b/eng/pipelines/ci.yml index 79e25c41229c..7787a888117b 100644 --- a/eng/pipelines/ci.yml +++ b/eng/pipelines/ci.yml @@ -121,20 +121,6 @@ parameters: demands: - ImageOverride -equals 1ESPT-Ubuntu22.04 -- name: AndroidPoolLinux - type: object - default: - name: MAUI-DNCENG - demands: - - ImageOverride -equals 1ESPT-Ubuntu22.04 - -- name: AndroidPoolLinux - type: object - default: - name: MAUI-DNCENG - demands: - - ImageOverride -equals 1ESPT-Ubuntu22.04 - # Condition for MacOSPool comparison lanes (non-ARM64) # Currently disabled - both pools use MAUI self-hosted since Xcode 26.2 isn't available on Azure Pipelines x64.