mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 10:28:10 +08:00
[windows] Change Az Cli to x64 (#8096)
This commit is contained in:
committed by
GitHub
parent
ff79794377
commit
c64e2f53f1
@@ -4,7 +4,7 @@
|
||||
################################################################################
|
||||
|
||||
Write-Host "Install the latest Azure CLI release"
|
||||
$azCliUrl = "https://aka.ms/installazurecliwindows"
|
||||
$azCliUrl = "https://aka.ms/installazurecliwindowsx64"
|
||||
Install-Binary -Url $azCliUrl -Name "azure-cli.msi"
|
||||
|
||||
$azureCliExtensionPath = Join-Path $Env:CommonProgramFiles 'AzureCliExtensionDirectory'
|
||||
|
||||
Reference in New Issue
Block a user