From 9ba585f3196a9a75f84085cfc0b3679ef14fd3be Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Wed, 29 May 2024 10:29:16 -0400 Subject: [PATCH] [ci] Run "Push Internal" job on AzurePipelines-EO pool We've been running into issues with the `AzureFileCopy` task on the MicroBuild pool, which will hopefully be resolved by using a different image. --- build-tools/automation/azure-pipelines.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index c8d352aded4..c5527233dd7 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -521,7 +521,10 @@ extends: - sign_net_linux condition: and(eq(dependencies.nuget_convert.result, 'Succeeded'), eq(dependencies.sign_net_linux.result, 'Succeeded')) timeoutInMinutes: 60 - pool: $(VSEngMicroBuildPool) + pool: + name: AzurePipelines-EO + image: $(WindowsPoolImage1ESPT) + os: windows workspace: clean: all variables: