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
Name | Description |
---|---|
AgentMode | Gets or sets whether the build manager operates in agent mode. |
UseAsyncCodeGeneration | Gets or sets whether to use asynchronous code generation. |
ControlDeploymentProcess | Gets or sets whether to control the deployment process. |
UseVersion | Gets or sets whether to use versioning in the build process. |
BuilderType | Gets or sets the type of builder to use for the build process. |
KeepSource | Gets or sets whether to preserve source files after build. |