Skip to content

Commit abb0293

Browse files
authored
Update build-windows-toolchain.bat
1 parent ca74834 commit abb0293

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

utils/build-windows-toolchain.bat

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -967,9 +967,7 @@ move %PackageRoot%\online\Release\amd64\*.exe %BuildRoot%\artifacts\online\ || (
967967
move %PackageRoot%\online\Release\amd64\*.msi %BuildRoot%\artifacts\online\ || (exit /b)
968968

969969
:: 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-
)
970+
copy %BuildRoot%\artifacts\offline\installer.exe %BuildRoot%\artifacts\
973971

974972
goto :eof
975973
endlocal

0 commit comments

Comments
 (0)