Microsoft Build Accelerator
Перейти к файлу
Aleksandar Milicevic 929fa77f3a Merged PR 603931: Publish linux runtime v0.0.43
Includes John's recent changes.
2021-03-23 04:14:58 +00:00
.config Flaky Test Management Service: Removed tests: 1 2021-02-09 17:08:12 +00:00
.vscode Merged PR 544336: [linux-sandbox] Pass and parse FileAccessManifest 2020-04-02 20:03:13 +00:00
Documentation Merged PR 602221: Updated release notes for 0.1.0-20210308.3 2021-03-11 00:18:45 +00:00
Examples Merged PR 603201: Fixes in the CMake frontend and related example 2021-03-16 19:13:12 +00:00
Private Merged PR 593021: Manually add IcM dependencies that don't get automatically added with netcoreapp3.0 2021-01-14 01:11:50 +00:00
Public Merged PR 603227: PrioritizedCopyScheduler bug fixes and improvements 2021-03-22 18:31:55 +00:00
Shared New LKG 0.1.0-20210319.2 2021-03-20 05:12:35 +00:00
cg Merged PR 603931: Publish linux runtime v0.0.43 2021-03-23 04:14:58 +00:00
third_party Merged PR 529759: Update XNU security headers 2020-01-20 14:24:46 +00:00
.editorconfig Merged PR 555506: Switch to Roslyn 3.5.0 2020-06-01 21:40:43 +00:00
.gitattributes
.gitignore Merged PR 543794: Initial sandbox implementation for Linux 2020-04-02 02:48:45 +00:00
BuildCache.cmd
BuildCacheDefault.json
BuildCacheDefaultNetCore.json
BuildCacheOverride.json
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CreatePr.cmd
LICENSE
README.md
RunCheckInTests-Test.cmd
RunCheckInTests.cmd Merged PR 558613: Remove symlink definition files and lazy symlink materialization 2020-06-18 15:39:45 +00:00
RunCheckInTestsWithPAT.ps1 Merged PR 600034: Undo removal of buildxl credential provider 2021-02-26 20:14:00 +00:00
SECURITY.md
SlimBuildForMacTests.cmd
buddy.cmd Merged PR 538749: Add a preliminary Rush frontend to BuildXL 2020-03-12 06:24:11 +00:00
bxl.cmd
bxl.sh [linux] changes needed for selfhost build 2020-04-21 18:21:00 +00:00
bxlanalyzer.cmd Merged PR 534479: Add helper to run analyzers quickly 2020-02-11 18:21:50 +00:00
clean.bat
config.dsc Merged PR 603931: Publish linux runtime v0.0.43 2021-03-23 04:14:58 +00:00
config.microsoftInternal.dsc Merged PR 599382: Update Microsoft.Azure.Storage.Common to version matching ADO dependency update 2021-02-23 21:51:37 +00:00
config.nuget.aspNetCore.dsc Merged PR 585237: Add support for NET 5 2020-11-19 00:25:17 +00:00
config.nuget.dotnetcore.dsc Merged PR 590834: Add System.Threading.Tasks.Extensions to cacheBindingRedirects 2020-12-28 22:00:46 +00:00
config.nuget.grpc.dsc Merged PR 579760: Perform Async IO when copying files in GrpcCopyClient 2020-10-19 19:09:41 +00:00
config.nuget.vssdk.dsc Merged PR 572965: Remove unused nugets 2020-09-05 15:30:31 +00:00
domino.cmd
drop.cmd Merged PR 565168: Update drop.cmd bootstrap script 2020-07-21 21:16:01 +00:00
dropout.cmd Merged PR 578968: Implement deployment proxy 2020-10-13 22:43:04 +00:00
macos.mounts.dsc
yarn.lock Merged PR 583139: Add npm package that wraps bxl and bxlanalayzer from nuget 2020-11-04 17:09:16 +00:00

README.md

Microsoft Build Accelerator

BuildXL Icon

Introduction

Build Accelerator, BuildXL for short, is a build engine originally developed for large internal teams at Microsoft, and owned by the Tools for Software Engineers team, part of the Microsoft One Engineering System internal engineering group. Internally at Microsoft, BuildXL runs 30,000+ builds per day on monorepo codebases up to a half-terabyte in size with a half-million process executions per build, using 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 even on mega-sized codebases.

BuildXL accelerates multiple build languages, including:

  • MSBuild (using new features under development in MSBuild 16 which will ship in future versions of Visual Studio 2019 and the .NET Core SDK)
  • CMake (under development)
  • 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.

Documentation

The BuildXL documentation main page is here.

Examples and Demos

See the Examples/ folder for basic project examples. See the Demos page for information about various technical demos like using the process sandboxing code.

Building the Code

Build Status - Azure DevOps Pipelines

Build status

Command Line Build and Test

See the Developer Guide for instructions on compiling BuildXL.

Contributing

See CONTRIBUTING.