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 ca74834 commit abb0293Copy full SHA for abb0293
utils/build-windows-toolchain.bat
@@ -967,9 +967,7 @@ move %PackageRoot%\online\Release\amd64\*.exe %BuildRoot%\artifacts\online\ || (
967
move %PackageRoot%\online\Release\amd64\*.msi %BuildRoot%\artifacts\online\ || (exit /b)
968
969
:: Workaround for lack of control over Jenkins ...
970
-for /F "tokens=*" %%F in ('dir /b %BuildRoot%\artifacts\offline\*') DO (
971
- copy %F %BuildRoot%\artifacts\ || (exit /b)
972
-)
+copy %BuildRoot%\artifacts\offline\installer.exe %BuildRoot%\artifacts\
973
974
goto :eof
975
endlocal
0 commit comments