Skip to content

Commit 0803452

Browse files
authored
[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.
1 parent a9706b6 commit 0803452

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,10 @@ extends:
521521
- sign_net_linux
522522
condition: and(eq(dependencies.nuget_convert.result, 'Succeeded'), eq(dependencies.sign_net_linux.result, 'Succeeded'))
523523
timeoutInMinutes: 60
524-
pool: $(VSEngMicroBuildPool)
524+
pool:
525+
name: AzurePipelines-EO
526+
image: $(WindowsPoolImage1ESPT)
527+
os: windows
525528
workspace:
526529
clean: all
527530
variables:

0 commit comments

Comments
 (0)