From 6c9392b400d2d265aaa643a8fbf368b1862871a5 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 13 Feb 2025 04:03:27 +0800 Subject: [PATCH 1/3] Update azure-pipelines-complete.yml --- scripts/azure-pipelines-complete.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/azure-pipelines-complete.yml b/scripts/azure-pipelines-complete.yml index 4b9ff8f7be..03143134e3 100644 --- a/scripts/azure-pipelines-complete.yml +++ b/scripts/azure-pipelines-complete.yml @@ -26,7 +26,7 @@ parameters: type: object default: pool: - name: Azure Pipelines + name: MAUI-Xamarin-Temp vmImage: windows-2022 os: windows - name: buildAgentWindowsNative @@ -34,7 +34,7 @@ parameters: type: object default: pool: - name: Azure Pipelines + name: MAUI-Xamarin-Temp vmImage: windows-2022 os: windows - name: buildAgentMac From c2d68c2d8036ef84208eb4c86bdbe1d3fcc97924 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 13 Feb 2025 21:27:57 +0800 Subject: [PATCH 2/3] Update build agent configurations and images --- scripts/azure-pipelines-complete.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/azure-pipelines-complete.yml b/scripts/azure-pipelines-complete.yml index 03143134e3..ae356baa34 100644 --- a/scripts/azure-pipelines-complete.yml +++ b/scripts/azure-pipelines-complete.yml @@ -18,16 +18,16 @@ parameters: type: object default: pool: - name: Azure Pipelines - vmImage: ubuntu-20.04 - os: windows + name: MAUI-Xamarin-Temp + image: 1ESPT-Ubuntu22.04 + os: linux - name: buildAgentWindows displayName: 'The Windows build agent configuration:' type: object default: pool: name: MAUI-Xamarin-Temp - vmImage: windows-2022 + image: 1ESPT-Windows2022 os: windows - name: buildAgentWindowsNative displayName: 'The Windows build agent configuration for building the native assets:' @@ -35,7 +35,7 @@ parameters: default: pool: name: MAUI-Xamarin-Temp - vmImage: windows-2022 + image: 1ESPT-Windows2022 os: windows - name: buildAgentMac displayName: 'The macOS build agent configuration:' @@ -58,16 +58,16 @@ parameters: type: object default: pool: - name: Azure Pipelines - vmImage: ubuntu-22.04 + name: MAUI-Xamarin-Temp + image: 1ESPT-Ubuntu22.04 os: linux - name: buildAgentLinuxNative displayName: 'The Linux build agent configuration for building the native assets:' type: object default: pool: - name: Azure Pipelines - vmImage: ubuntu-20.04 + name: MAUI-Xamarin-Temp + image: 1ESPT-Ubuntu20.04 os: linux - name: buildAgentAndroidTests displayName: 'The build agent configuration for building the Android tests:' From dbed492529076a19e98ec7aec352f3aaef34a076 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 13 Feb 2025 21:32:48 +0800 Subject: [PATCH 3/3] Rename 'image' to 'vmImage' in YAML --- scripts/azure-pipelines-complete.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/azure-pipelines-complete.yml b/scripts/azure-pipelines-complete.yml index ae356baa34..1cd0e2c973 100644 --- a/scripts/azure-pipelines-complete.yml +++ b/scripts/azure-pipelines-complete.yml @@ -19,7 +19,7 @@ parameters: default: pool: name: MAUI-Xamarin-Temp - image: 1ESPT-Ubuntu22.04 + vmImage: 1ESPT-Ubuntu22.04 os: linux - name: buildAgentWindows displayName: 'The Windows build agent configuration:' @@ -27,7 +27,7 @@ parameters: default: pool: name: MAUI-Xamarin-Temp - image: 1ESPT-Windows2022 + vmImage: 1ESPT-Windows2022 os: windows - name: buildAgentWindowsNative displayName: 'The Windows build agent configuration for building the native assets:' @@ -35,7 +35,7 @@ parameters: default: pool: name: MAUI-Xamarin-Temp - image: 1ESPT-Windows2022 + vmImage: 1ESPT-Windows2022 os: windows - name: buildAgentMac displayName: 'The macOS build agent configuration:' @@ -59,7 +59,7 @@ parameters: default: pool: name: MAUI-Xamarin-Temp - image: 1ESPT-Ubuntu22.04 + vmImage: 1ESPT-Ubuntu22.04 os: linux - name: buildAgentLinuxNative displayName: 'The Linux build agent configuration for building the native assets:' @@ -67,7 +67,7 @@ parameters: default: pool: name: MAUI-Xamarin-Temp - image: 1ESPT-Ubuntu20.04 + vmImage: 1ESPT-Ubuntu20.04 os: linux - name: buildAgentAndroidTests displayName: 'The build agent configuration for building the Android tests:'