Summary
Base build plan and tasks
- Assembly
- Rocket
.Surgery .Nuke .dll - Namespace
- Rocket
.Surgery .Nuke - Interfaces
- Implementing Types
Syntax
public interface IRocketBoosterBuild<T> : IRocketBoosterBuild where T : Configuration
Attributes
Type | Description |
---|---|
Nullable |
Type Parameters
Name | Description |
---|---|
T |
Properties
Name | Value | Summary |
---|---|---|
Configuration | T |
Configuration to build - Default is 'Debug' (local) or 'Release' (server)
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|