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 e969966 commit 6afcd6cCopy full SHA for 6afcd6c
appveyor/build_task.bat
@@ -19,7 +19,7 @@ set STABILITY=staging
19
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VC%-%PHP_SDK_ARCH%
20
rem SDK is cached, deps info is cached as well
21
echo Updating dependencies in %DEPS_DIR%
22
-call phpsdk_deps --update --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%
+call phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%
23
if %errorlevel% neq 0 exit /b 3
24
25
call buildconf.bat --force
0 commit comments