Skip to content

Commit

Permalink
Update src/Microsoft.DotNet.DeltaBuild/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Velikorossov <RussKie@users.noreply.github.com>
  • Loading branch information
tekian and RussKie committed Jun 26, 2023
1 parent e1cdd8e commit 60cfb80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Microsoft.DotNet.DeltaBuild/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# DeltaBuild

DeltaBuild is build tool for code bases that have many projects. By analyzing dependencies and Git history, DeltaBuild can determine subset of projects that need to be rebuilt and by doing so substantially decrease build time. This is especially useful on PR gates. Result are not bullet-proof, they are best-effort. Contributions are welcomed.
DeltaBuild is a build tool for codebases that have many projects. By analyzing dependencies and Git history, DeltaBuild can determine a subset of projects that only need to be rebuilt for current changeset, and by doing so it allows to substantially decrease the solution build time. This is especially useful for pull-request.
While DeltaBuild has been battle-tested, the results are best-effort not not 100% bullet-proof.

Contributions are welcome.

## How it works

Expand Down

0 comments on commit 60cfb80

Please sign in to comment.