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
graph BT
Type-->Base0["RocketBoosterBuild<T>"]
Base0-->Base1["NukeBuild"]
Type-.->Interface0["IRocketBoosterBuild<T>"]
Type-.->Interface1["IRocketBoosterBuild"]
click Interface1 "/api/Rocket.Surgery.Nuke/IRocketBoosterBuild"
Type["DotNetCoreBuild<T>"]
class Type type-node
Derived0["DotNetCoreBuild"]-->Type
click Derived0 "/api/Rocket.Surgery.Nuke.DotNetCore/DotNetCoreBuild"
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.
|