Update intel_build_all.yml
This commit is contained in:
parent
e825db8dfe
commit
9f3e583896
|
@ -54,11 +54,11 @@ jobs:
|
||||||
start /b /wait %TEMP%\webimage.exe -s -x -f webimage_extracted --log extract.log
|
start /b /wait %TEMP%\webimage.exe -s -x -f webimage_extracted --log extract.log
|
||||||
del %TEMP%\webimage.exe
|
del %TEMP%\webimage.exe
|
||||||
echo "webimage downloaded & extracted"
|
echo "webimage downloaded & extracted"
|
||||||
if "$WINDOWS_CPP_COMPONENTS"=="" (
|
# if "$WINDOWS_CPP_COMPONENTS"=="" (
|
||||||
webimage_extracted\bootstrapper.exe -s --action install --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 -p=NEED_VS2022_INTEGRATION=0 --log-dir=.
|
# webimage_extracted\bootstrapper.exe -s --action install --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 -p=NEED_VS2022_INTEGRATION=0 --log-dir=.
|
||||||
) else (
|
# ) else (
|
||||||
webimage_extracted\bootstrapper.exe -s --action install --components=$WINDOWS_CPP_COMPONENTS --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 -p=NEED_VS2022_INTEGRATION=0 --log-dir=.
|
# webimage_extracted\bootstrapper.exe -s --action install --components=$WINDOWS_CPP_COMPONENTS --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 -p=NEED_VS2022_INTEGRATION=0 --log-dir=.
|
||||||
)
|
#)
|
||||||
echo "bootstrapper finished"
|
echo "bootstrapper finished"
|
||||||
set installer_exit_code=%ERRORLEVEL%
|
set installer_exit_code=%ERRORLEVEL%
|
||||||
rd /s/q "webimage_extracted"
|
rd /s/q "webimage_extracted"
|
||||||
|
|
Loading…
Reference in New Issue