mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
Chocolatey Helper (#646)
* Add basic choco install wrapper * Use Install-Choco on mingw * move azure-cli install to defence * Rename ChocoInstall to ChocoHelpers
This commit is contained in:
@@ -3,7 +3,8 @@ function Install-MSI
|
||||
Param
|
||||
(
|
||||
[String]$MsiUrl,
|
||||
[String]$MsiName
|
||||
[String]$MsiName,
|
||||
[int]$retries = 5
|
||||
)
|
||||
|
||||
$exitCode = -1
|
||||
|
||||
Reference in New Issue
Block a user