Config.Build

Build configuration

Members

Structs

Components
struct Components

Per-component build configuration.

Variables

cacheKey
string cacheKey;

Optional cache key. Can be used to force a rebuild and bypass the cache for one build.

components
Components components;

Per-component build configuration.

environment
string[string] environment;

Additional environment variables. Supports %VAR% expansion - see applyEnv.

Meta