Microsoft Build Accelerator
Перейти к файлу
Julian Bayardo d0b66a3cc0 Merged PR 765078: Remove connection timeout from GrpcChannelFactory 2024-02-05 17:49:52 +00:00
.azdo Merged PR 761147: Enable net7 by default 2024-01-31 19:49:05 +00:00
.config
.gdn
.vscode
Documentation Merged PR 765015: Updated Release-Notes.md 2024-02-01 21:31:37 +00:00
Examples
Private
Public Merged PR 765078: Remove connection timeout from GrpcChannelFactory 2024-02-05 17:49:52 +00:00
Shared New LKG 0.1.0-20240131.9 2024-02-02 19:01:18 +00:00
cg Merged PR 765049: DScript spec cleanup wave 2 2024-02-05 17:49:26 +00:00
secrets/CodeSign
third_party
.ci-npmrc
.editorconfig
.gitattributes
.gitignore
.npmrc
.sscignore
AnyBuild.json
AnyBuildTest.json
BuildCache.cmd
BuildCacheDefault.json
BuildCacheDefaultNetCore.json
BuildCacheOverride.json
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CreatePr.cmd
LICENSE
NOTICE.txt
README.md
RunBxlWithPAT.ps1
RunCheckInTests-Test.cmd
RunCheckInTests.cmd
RunCheckInTestsWithPAT.ps1
SECURITY.md
SlimBuildForMacTests.cmd
buddy.cmd
bxl.cmd
bxl.sh
bxlanalyzer.cmd
clean.bat
config.dsc Merged PR 765049: DScript spec cleanup wave 2 2024-02-05 17:49:26 +00:00
config.microsoftInternal.dsc Merged PR 765049: DScript spec cleanup wave 2 2024-02-05 17:49:26 +00:00
config.nuget.aspNetCore.dsc Merged PR 765049: DScript spec cleanup wave 2 2024-02-05 17:49:26 +00:00
config.nuget.dotnetcore.dsc Merged PR 765049: DScript spec cleanup wave 2 2024-02-05 17:49:26 +00:00
config.nuget.grpc.dsc Merged PR 765049: DScript spec cleanup wave 2 2024-02-05 17:49:26 +00:00
config.nuget.vssdk.dsc Merged PR 765049: DScript spec cleanup wave 2 2024-02-05 17:49:26 +00:00
domino.cmd
drop.cmd
dropout.cmd
killbxl.cmd
unix.mounts.dsc
yarn.lock

README.md

BuildXL (Microsoft Build Accelerator)

BuildXL Icon

Introduction

BuildXL (Microsoft Build Accelerator) is a build engine originally developed for large internal teams at Microsoft. Internally at Microsoft, BuildXL runs 150,000+ builds per day on monorepo codebases up to a half-terabyte in size with a half-million process executions per build. It leverages distribution to thousands of data center machines and petabytes of source code, package, and build output caching. Thousands of developers use BuildXL on their desktops for faster builds.

BuildXL accelerates multiple build languages, including:

  • JavaScript
  • MSBuild (experimental: using new features under development in MSBuild 16 which will ship in future versions of Visual Studio 2019 and the .NET Core SDK)
  • CMake / Ninja (beta)
  • Its own internal scripting language, DScript, an experimental TypeScript based format used as an intermediate language by a small number of teams inside Microsoft

BuildXL has a command-line interface. There are currently no plans to integrate it into Visual Studio. The project is open source in the spirit of transparency of our engineering system. You may find our technology useful if you face similar issues of scale. Note that BuildXL is not intended as a replacement for MSBuild or to indicate any future direction of build languages from Microsoft.

OS compatibility:

  • Windows 10+
  • Linux

Examples

See the Examples/ folder for basic project examples.

Documentation

The BuildXL documentation landing page is here and look at the developer guide in order to understand how to build and use BuildXL.

Build Status - Azure DevOps Pipelines

Build status