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 1fc861d commit deb5408Copy full SHA for deb5408
.github/scripts/windows/build.bat
@@ -41,6 +41,9 @@ if not exist "%SDK_RUNNER%" (
41
exit /b 3
42
)
43
44
+call .github\scripts\windows\find-target-branch.bat
45
+echo Got Branch %BRANCH%
46
+
47
for /f "delims=" %%T in ('call .github\scripts\windows\find-vs-toolset.bat %PHP_BUILD_CRT%') do set "VS_TOOLSET=%%T"
48
echo Got VS Toolset %VS_TOOLSET%
49
cmd /c %SDK_RUNNER% -s %VS_TOOLSET% -t .github\scripts\windows\build_task.bat
0 commit comments