Home | Downloads | Contact/Feedback | Licenses
Microsoft Build Accelerator (also known as BuildXL) is a build engine developed to perform lots of builds at the same time (Microsoft says that you can run 30,000+ builds per day).
Build accelerator can improve speed of multiple build languages, including:
This software has got a command-line interface and cannot be integrated with Visual Studio
BuildXL has not got a compiled version or an installer, originally. For that reason, William Kent wrote a WiX script, so you can create an installer for BuildXL. I've modified it and added/changed some things, to make it easier to install/upgrade/uninstall. And that modified script is what I am publishing in this website. If you are interested, you can visit the downloads page here.
You can install BuildXL like any MSI installer. You download the installer and follow the easy installation steps. If you already installed a previous version of BuildXL, it will uninstall the old version before installing the newer one. To uninstall BuildXL, you can remove it through Control Panel.
I do not know it very well, but I think you need this:
If you know about another system requirement, please contact me through feedback page.
Yes! You can download and visit it through github.com/wjk/BuildXLSetup.
I would like to thank Microsoft and William Kent (on GitHub) for creating BuildXL and it's installer and publishing them for free.