Microsoft Build Accelerator
Перейти к файлу
Michael Pysson ae103812d2 Merged PR 804024: Disable support for console hyperlinks
Something in Office's dev build process tree may be intercepting and rendering the escape characters used by terminal hyperlink support. Reverting this until it can be debugged further to avoid ugly characters from showing up on the console

Related work items: #2211824
2024-09-06 23:13:36 +00:00
.azdo Merged PR 803221: Add enable cherry picking parameter to YAML release pipeline 2024-09-03 20:25:18 +00:00
.config
.gdn
.vscode
Documentation Merged PR 803759: Updated Release-Notes.md 2024-09-05 20:45:25 +00:00
Examples
Private Merged PR 802091: Remove extraneous error & warnings from rolling build 2024-08-27 23:28:46 +00:00
Public Merged PR 804024: Disable support for console hyperlinks 2024-09-06 23:13:36 +00:00
Shared Merged PR 803301: Update BuildXL LKG Version to 0.1.0-20240830.2 2024-09-03 23:48:20 +00:00
cg Merged PR 800074: Update .net packages 2024-08-27 20:23:30 +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 Merged PR 803090: Update NOTICE.txt 2024-09-04 17:22:52 +00:00
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 800074: Update .net packages 2024-08-27 20:23:30 +00:00
config.microsoftInternal.dsc Merged PR 801965: Update Packages 2024-08-26 20:26:48 +00:00
config.nuget.aspNetCore.dsc Merged PR 800074: Update .net packages 2024-08-27 20:23:30 +00:00
config.nuget.dotnetcore.dsc Merged PR 800074: Update .net packages 2024-08-27 20:23:30 +00:00
config.nuget.grpc.dsc
config.nuget.vssdk.dsc
domino.cmd
drop.cmd
dropout.cmd
dropout.ps1 Merged PR 799491: Allow deduplicating content from ephemeral local CAS with CASaaS 2024-08-16 22:12:20 +00:00
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