microsoft / rushstack-websites

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

[rush] Improve docs for incremental build #208

Closed octogonz closed 9 months ago

octogonz commented 9 months 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