зеркало из https://github.com/Azure/acs-engine.git
feat(perf): Invoke-WebRequest much slower then browser download (#4294)
This commit is contained in:
Родитель
ee2aae1d43
Коммит
7cf913ff2e
|
@ -12,7 +12,8 @@ param(
|
|||
function DownloadFile([string] $URI, [string] $fullName)
|
||||
{
|
||||
try {
|
||||
Write-Host "Downloading $URI"
|
||||
Write-Host "Downloading $URI"
|
||||
$ProgressPreference = 'SilentlyContinue'
|
||||
Invoke-WebRequest -UseBasicParsing $URI -OutFile $fullName
|
||||
} catch {
|
||||
Write-Error $_
|
||||
|
|
Загрузка…
Ссылка в новой задаче