Skip to content

Commit f3c471f

Browse files
authored
Update build-windows-toolchain.bat
Copy the devtools MSI to the artifacts location.
1 parent a41a7ea commit f3c471f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: utils/build-windows-toolchain.bat

+2
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,8 @@ move %PackageRoot%\runtime.msi %BuildRoot%\artifacts || (exit /b)
10611061
move %PackageRoot%\toolchain.msi %BuildRoot%\artifacts || (exit /b)
10621062
:: SDK
10631063
move %PackageRoot%\sdk.msi %BuildRoot%\artifacts || (exit /b)
1064+
:: Developer Tools
1065+
move %PackageRoot%\devtools.msi %BuildRoot%\artifacts || (exit /b)
10641066
:: Installer
10651067
move %PackageRoot%\installer\installer.exe %BuildRoot%\artifacts || (exit /b)
10661068

0 commit comments

Comments
 (0)