Skip to content

Commit 335760c

Browse files
committed
Update build-windows-toolchain.bat
Copy the devtools MSI to the artifacts location.
1 parent c27174e commit 335760c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build-windows-toolchain.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,8 @@ move %PackageRoot%\runtime.msi %BuildRoot%\artifacts || (exit /b)
10641064
move %PackageRoot%\toolchain.msi %BuildRoot%\artifacts || (exit /b)
10651065
:: SDK
10661066
move %PackageRoot%\sdk.msi %BuildRoot%\artifacts || (exit /b)
1067+
:: Developer Tools
1068+
move %PackageRoot%\devtools.msi %BuildRoot%\artifacts || (exit /b)
10671069
:: Installer
10681070
move %PackageRoot%\installer\installer.exe %BuildRoot%\artifacts || (exit /b)
10691071

0 commit comments

Comments
 (0)