Kinds of Builds
There are two kinds of builds.
-
Incremental: operates over the selected set of resources, processing only the
changes since the last time a build was done. This kind of build leverages
previously built state to save work.
-
Full: operates over the selected set of resources rebuilding the required
derived state from scratch. Previously built state is discarded.