We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41a7ea commit f3c471fCopy full SHA for f3c471f
utils/build-windows-toolchain.bat
@@ -1061,6 +1061,8 @@ move %PackageRoot%\runtime.msi %BuildRoot%\artifacts || (exit /b)
1061
move %PackageRoot%\toolchain.msi %BuildRoot%\artifacts || (exit /b)
1062
:: SDK
1063
move %PackageRoot%\sdk.msi %BuildRoot%\artifacts || (exit /b)
1064
+:: Developer Tools
1065
+move %PackageRoot%\devtools.msi %BuildRoot%\artifacts || (exit /b)
1066
:: Installer
1067
move %PackageRoot%\installer\installer.exe %BuildRoot%\artifacts || (exit /b)
1068
0 commit comments