From 0803452d3630e7384a14b605afd6e0a8e1fbc99a Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Wed, 29 May 2024 16:18:41 -0400 Subject: [PATCH] [ci] Run "Push Internal" job on AzurePipelines-EO pool (#8991) We've been running into issues with the `AzureFileCopy` task on the MicroBuild pool, which will hopefully be resolved by using a different image: Failed to perform Auto-login: 'Get-AzAccessToken' command was found in the module 'Az.Accounts', but the module could not be loaded. --- 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: