Class BuildArtifacts
API for managing build artifacts.
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public static class BuildArtifacts
Methods
| Name | Description |
|---|---|
| Clean() | Clean all build artifact files. |
| CleanBuildArtifact(BuildConfiguration) | Clean the last build artifact stored on disk for the build configuration. |
| GetBuildArtifact(BuildConfiguration, Type) | Get the value of the first build artifact that is assignable to type Type. |
| GetBuildArtifact<T>(BuildConfiguration) | Get the value of the first build artifact that is assignable to type |
| GetBuildResult(BuildConfiguration) | Get the last build result from building the build configuration specified. |