Skip to content

Commit deb5408

Browse files
committed
Test
1 parent 1fc861d commit deb5408

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/windows/build.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ if not exist "%SDK_RUNNER%" (
4141
exit /b 3
4242
)
4343

44+
call .github\scripts\windows\find-target-branch.bat
45+
echo Got Branch %BRANCH%
46+
4447
for /f "delims=" %%T in ('call .github\scripts\windows\find-vs-toolset.bat %PHP_BUILD_CRT%') do set "VS_TOOLSET=%%T"
4548
echo Got VS Toolset %VS_TOOLSET%
4649
cmd /c %SDK_RUNNER% -s %VS_TOOLSET% -t .github\scripts\windows\build_task.bat

0 commit comments

Comments
 (0)