Skip to content

Commit

Permalink
[ci] Run "Push Internal" job on AzurePipelines-EO pool (#8991)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pjcollins committed May 29, 2024
1 parent c611743 commit f1284d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f1284d6

Please sign in to comment.