diff --git a/scripts/azure-pipelines-complete.yml b/scripts/azure-pipelines-complete.yml index 4b9ff8f7be..1cd0e2c973 100644 --- a/scripts/azure-pipelines-complete.yml +++ b/scripts/azure-pipelines-complete.yml @@ -18,24 +18,24 @@ parameters: type: object default: pool: - name: Azure Pipelines - vmImage: ubuntu-20.04 - os: windows + name: MAUI-Xamarin-Temp + vmImage: 1ESPT-Ubuntu22.04 + os: linux - name: buildAgentWindows displayName: 'The Windows build agent configuration:' type: object default: pool: - name: Azure Pipelines - vmImage: windows-2022 + name: MAUI-Xamarin-Temp + vmImage: 1ESPT-Windows2022 os: windows - name: buildAgentWindowsNative displayName: 'The Windows build agent configuration for building the native assets:' type: object default: pool: - name: Azure Pipelines - vmImage: windows-2022 + name: MAUI-Xamarin-Temp + vmImage: 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 + vmImage: 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 + vmImage: 1ESPT-Ubuntu20.04 os: linux - name: buildAgentAndroidTests displayName: 'The build agent configuration for building the Android tests:'