Microsoft Build Accelerator
Перейти к файлу
Marcelo Lynch 🧉 d77a182a95 Merged PR 788862: Release notes for 20240531.3.1
[skip ci]
2024-06-07 00:11:13 +00:00
.azdo Merged PR 786666: Use system default working directory in publish symbols 2024-05-24 17:17:37 +00:00
.config
.gdn
.vscode
Documentation Merged PR 788862: Release notes for 20240531.3.1 2024-06-07 00:11:13 +00:00
Examples Merged PR 786241: Revive Net7 support 2024-05-22 19:35:13 +00:00
Private
Public Merged PR 788685: Modify last access time tracking so it's always updated' 2024-06-06 23:34:45 +00:00
Shared Merge pull request 788704 from dev/BuildXL/updatelkg-0.1.0-20240531.3.1-2024-06-05T20-36-15 into main 2024-06-05 21:51:23 +00:00
cg Merge pull request 788070 from dev/BuildXL/updatepackages-2024-06-03T16-08-08 into main 2024-06-03 17:14:17 +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 Merge pull request 788069 from dev/BuildXL/updatenotice-2024-06-03T16-07-00 into main 2024-06-03 16:35:59 +00:00
README.md
RunBxlWithPAT.ps1
RunCheckInTests-Test.cmd
RunCheckInTests.cmd
RunCheckInTestsWithPAT.ps1
SECURITY.md
SlimBuildForMacTests.cmd
buddy.cmd
bxl.cmd
bxl.sh Merged PR 786241: Revive Net7 support 2024-05-22 19:35:13 +00:00
bxlanalyzer.cmd
clean.bat
config.dsc Merged PR 786241: Revive Net7 support 2024-05-22 19:35:13 +00:00
config.microsoftInternal.dsc Merge pull request 788070 from dev/BuildXL/updatepackages-2024-06-03T16-08-08 into main 2024-06-03 17:14:17 +00:00
config.nuget.aspNetCore.dsc Merged PR 787813: Update .net runtime versions to 6.0.31, 7.0.20, 8.0.6 2024-05-31 17:19:45 +00:00
config.nuget.dotnetcore.dsc Merged PR 786241: Revive Net7 support 2024-05-22 19:35:13 +00:00
config.nuget.grpc.dsc
config.nuget.vssdk.dsc
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
  • Ninja (CMake)
  • 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+
  • Ubuntu 20.04

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