microsoft / rushstack-websites

Doc content for the Rush Stack websites.
Creative Commons Attribution 4.0 International
27 stars 73 forks source link

[rush] Improve docs for incremental build #208

Closed octogonz closed 1 year ago

octogonz commented 1 year ago

In reviewing https://github.com/microsoft/rushstack/pull/4399 we realized the old/new incremental build algorithms are not very clearly explained.

Let's distinguish 3 incremental build strategies: "none", "output preservation" (the old algorithm), "cache restoration" (the new build cache algorithm).

@dmichon-msft @iclanton