Defines global FASTBuild settings.
Settings
{
// General
.Environment // (optional) Array of environment variables to use
// Caching
.CachePath // (optional) Path to cache location
.CachePluginDLL // (optional) User plugin to manage cache back-end
// Distribution
.Workers // (optional) Fixed list of workers if not using automatic discovery
.WorkerConnectionLimit // (optional) Limit number of connected workers (default: 15)
}