mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 06:40:32 +00:00
Add --no-progress flag to choco install (#3238)
This commit is contained in:
@@ -12,7 +12,7 @@ function Choco-Install {
|
|||||||
while($true)
|
while($true)
|
||||||
{
|
{
|
||||||
Write-Host "Running [#$count]: choco install $packageName -y $argumentList"
|
Write-Host "Running [#$count]: choco install $packageName -y $argumentList"
|
||||||
choco install $packageName -y @argumentList
|
choco install $packageName -y @argumentList --no-progress
|
||||||
|
|
||||||
$pkg = choco list --localonly $packageName --exact --all --limitoutput
|
$pkg = choco list --localonly $packageName --exact --all --limitoutput
|
||||||
if ($pkg) {
|
if ($pkg) {
|
||||||
|
|||||||
Reference in New Issue
Block a user