Skip to content

Commit 60cfb80

Browse files
tekianRussKie
andauthored
Update src/Microsoft.DotNet.DeltaBuild/README.md
Co-authored-by: Igor Velikorossov <RussKie@users.noreply.github.com>
1 parent e1cdd8e commit 60cfb80

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/Microsoft.DotNet.DeltaBuild/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# DeltaBuild
22

3-
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.
3+
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.
4+
While DeltaBuild has been battle-tested, the results are best-effort not not 100% bullet-proof.
5+
6+
Contributions are welcome.
47

58
## How it works
69

0 commit comments

Comments
 (0)