Class BuildContext
Holds contextual information when building a build pipeline.
Implements
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public sealed class BuildContext : ContextBase, IDisposable
Properties
| Name | Description |
|---|---|
| BuildManifest | Quick access to build manifest value. |
| BuildProgress | The build progress object used througout the build. |
Methods
| Name | Description |
|---|---|
| Failure(Exception) | Get a build result representing a failure. |
| Failure(string) | Get a build result representing a failure. |
| Success() | Get a build result representing a success. |