mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[Windows] Add SQL OLEDB Driver to win19 and win22 (#4893)
* Add SQL OLEDB Driver to win19 and win22 * Update installation, improve install-binary and resolve comments * Slight improvement of the installation. Fixing argument list for the WebPI * Fix argument list for AzureCLI * Fix software report
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
Write-Host "Install the latest Azure CLI release"
|
||||
$azCliUrl = "https://aka.ms/installazurecliwindows"
|
||||
Install-Binary -Url $azCliUrl -Name "azure-cli.msi" -ArgumentList ("/qn", "/norestart")
|
||||
Install-Binary -Url $azCliUrl -Name "azure-cli.msi"
|
||||
|
||||
$azureCliExtensionPath = Join-Path $Env:CommonProgramFiles 'AzureCliExtensionDirectory'
|
||||
$null = New-Item -ItemType "Directory" -Path $azureCliExtensionPath
|
||||
|
||||
Reference in New Issue
Block a user