Skip to main content

Settings

Configuration class for build manager settings and options.

The Settings class provides configuration options for the build manager system. It contains various settings that control build behavior, deployment processes, and code generation options. This class serves as a central configuration point for managing build-related settings and preferences.

Properties

NameDescription
AgentModeGets or sets whether the build manager operates in agent mode.
UseAsyncCodeGenerationGets or sets whether to use asynchronous code generation.
ControlDeploymentProcessGets or sets whether to control the deployment process.
UseVersionGets or sets whether to use versioning in the build process.
BuilderTypeGets or sets the type of builder to use for the build process.
KeepSourceGets or sets whether to preserve source files after build.