We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141f3cb commit 4846946Copy full SHA for 4846946
.appveyor.yml
@@ -73,7 +73,7 @@ init:
73
74
install:
75
- ps: (new-object Net.WebClient).DownloadString($Env:PHP_AVM) | iex
76
-
+ - ps: $ErrorActionPreference = "Continue";
77
- ps: InstallPhpSdk $Env:PHP_SDK_VERSION $Env:VC_VERSION $Env:PLATFORM
78
- ps: InstallPhp $Env:PHP_VERSION $Env:BUILD_TYPE $Env:VC_VERSION $Env:PLATFORM
79
- ps: InstallPhpDevPack $Env:PHP_VERSION $Env:BUILD_TYPE $Env:VC_VERSION $Env:PLATFORM
0 commit comments