diff --git a/.appveyor.yml b/.appveyor.yml index 82449adb14d99..0d11721f4c774 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -35,10 +35,10 @@ install: - IF EXIST C:\tools\php (SET PHP=0) # TODO: This is a workaround for https://github.com/chocolatey/choco/issues/1843. Once this is fixed we # should go back to latest version in appveyor saving ourselves test time - - ps: choco upgrade chocolatey -y --version 0.10.13 --allow-downgrade + - ps: choco upgrade chocolatey -y --version 0.10.13 --allow-downgrade --no-progress - ps: >- If ($env:PHP -eq "1") { - appveyor-retry cinst --params '""/InstallDir:C:\tools\php""' --ignore-checksums -y php --version ((choco search php --exact --all-versions -r | select-string -pattern $env:php_ver_target | sort { [version]($_ -split '\|' | select -last 1) } -Descending | Select-Object -first 1) -replace '[php|]','') + appveyor-retry cinst --no-progress --params '""/InstallDir:C:\tools\php""' --ignore-checksums -y php --version ((choco search php --exact --all-versions -r | select-string -pattern $env:php_ver_target | sort { [version]($_ -split '\|' | select -last 1) } -Descending | Select-Object -first 1) -replace '[php|]','') } - appveyor-retry cinst -y sqlite - cd C:\tools\php