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 c27174e commit 335760cCopy full SHA for 335760c
utils/build-windows-toolchain.bat
@@ -1064,6 +1064,8 @@ move %PackageRoot%\runtime.msi %BuildRoot%\artifacts || (exit /b)
1064
move %PackageRoot%\toolchain.msi %BuildRoot%\artifacts || (exit /b)
1065
:: SDK
1066
move %PackageRoot%\sdk.msi %BuildRoot%\artifacts || (exit /b)
1067
+:: Developer Tools
1068
+move %PackageRoot%\devtools.msi %BuildRoot%\artifacts || (exit /b)
1069
:: Installer
1070
move %PackageRoot%\installer\installer.exe %BuildRoot%\artifacts || (exit /b)
1071
0 commit comments