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 183a34a commit 3721445Copy full SHA for 3721445
appveyor/build_task.bat
@@ -17,9 +17,9 @@ if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" (
17
set BRANCH=master
18
set STABILITY=staging
19
)
20
-set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%PHP_SDK_VC%-%PHP_SDK_ARCH%-%APPVEYOR_REPO_BRANCH%
+set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%PHP_SDK_VC%-%PHP_SDK_ARCH%-%BRANCH%
21
rem SDK is cached, deps info is cached as well
22
-echo Updating dependencies
+echo Updating dependencies in %DEPS_DIR%
23
call phpsdk_deps --update --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%
24
if %errorlevel% neq 0 exit /b 3
25
0 commit comments