From 82d97a75332d98c461678687488a67f669b4169e Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:29:32 +0100 Subject: [PATCH] Engineering - move CLI jobs back to hosted pool (#246468) --- build/azure-pipelines/product-build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml index f50ceb8d842..453849168c8 100644 --- a/build/azure-pipelines/product-build.yml +++ b/build/azure-pipelines/product-build.yml @@ -263,7 +263,8 @@ extends: - ${{ if eq(parameters.VSCODE_BUILD_MACOS, true) }}: - job: CLIMacOSX64 pool: - name: AcesShared + name: Azure Pipelines + image: macOS-13 os: macOS variables: # todo@connor4312 to diagnose build flakes @@ -279,7 +280,8 @@ extends: - ${{ if and(eq(variables['VSCODE_CIBUILD'], false), eq(parameters.VSCODE_BUILD_MACOS_ARM64, true)) }}: - job: CLIMacOSARM64 pool: - name: AcesShared + name: Azure Pipelines + image: macOS-13 os: macOS variables: # todo@connor4312 to diagnose build flakes