Summary
Base build plan for .NET Core based applications
- Assembly
- Rocket
.Surgery .Nuke .DotNetCore .dll - Namespace
- Rocket
.Surgery .Nuke .DotNetCore - Interfaces
- Base Types
-
- NukeBuild
- RocketBoosterBuild
<T>
- Derived Types
Syntax
public abstract class DotNetCoreBuild<T> : RocketBoosterBuild<T>, IRocketBoosterBuild<T>,
IRocketBoosterBuild
where T : Configuration
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute |
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Name | Summary |
|---|---|
| DotNetCoreBuild |
Properties
| Name | Value | Summary |
|---|---|---|
| DotnetToolRestore | Target |
This will ensure that all local dotnet tools are installed
|
Methods
| Name | Value | Summary |
|---|---|---|
| Build |
ITargetDefinition |
dotnet build
static
|
| Pack |
ITargetDefinition |
dotnet pack
static
|
| Restore |
ITargetDefinition |
dotnet restore
static
|
| Test |
Func |
dotnet test
static
|
| Test |
ITargetDefinition |
dotnet test
static
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
