diff --git a/.cipd_impl.ps1 b/.cipd_impl.ps1 index 5c609eb93..3d04d34a0 100644 --- a/.cipd_impl.ps1 +++ b/.cipd_impl.ps1 @@ -106,6 +106,7 @@ $TmpPath = $CipdBinary + ".tmp." + $PID try { Write-Output "Downloading CIPD client for $Platform from $URL..." Retry-Command { + $ProgressPreference = "SilentlyContinue" Invoke-WebRequest -UserAgent $UserAgent -Uri $URL -OutFile $TmpPath }