Summary
Base build plan for .NET Core based applications
- Assembly
- Rocket
.Surgery .Nuke .DotNetCore .dll - Namespace
- Rocket
.Surgery .Nuke .DotNetCore - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IRocketBoosterBuild<T>"]
Type-.->Interface1["IRocketBoosterBuild"]
click Interface1 "/api/Rocket.Surgery.Nuke/IRocketBoosterBuild"
Type["IDotNetCoreBuild<T>"]
class Type type-node
Implementing0["IDotNetCoreBuild"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Nuke.DotNetCore/IDotNetCoreBuild"
Syntax
public interface IDotNetCoreBuild<T> : IRocketBoosterBuild<T>, IRocketBoosterBuild
where T : Configuration
Attributes
Type | Description |
---|---|
Nullable |
Type Parameters
Name | Description |
---|---|
T |
Properties
Name | Value | Summary |
---|---|---|
Build | Target |
dotnet build
|
DotnetToolRestore | Target |
This will ensure that all local dotnet tools are installed
|
Pack | Target |
dotnet build
|
Restore | Target |
dotnet restore
|
Test | Target |
dotnet test
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|