Class BuildConfiguration
Can stores a set of hierarchical build components per type, which can be inherited or overridden using dependencies.
Inheritance
Implements
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public sealed class BuildConfiguration : HierarchicalComponentContainer<BuildConfiguration, IBuildComponent>, ISerializationCallbackReceiver
Fields
Name | Description |
---|---|
Asset |
File extension for build configuration assets. |
Methods
Name | Description |
---|---|
Build() | Run the build pipeline of this build configuration to build the target. |
Can |
Determine if the build pipeline of this build configuration can build. |
Can |
Determine if the build pipeline of this build configuration can run. |
Clean() | Clean the build result from building the build pipeline of this build configuration. |
Get |
Retrieve the build pipeline of this build configuration. |
Get |
Get the value of the first build artifact that is assignable to type Type. |
Get |
Get the value of the first build artifact that is assignable to type |
Get |
Get the last build result for this build configuration. |
Get |
Get the output build directory override for this build configuration. The output build directory can be overridden using a OutputBuildDirectory component. |
Run(params Run |
Run the resulting target from building the build pipeline of this build configuration. |