IDotNetCoreBuild<T> Interface

Summary

Base build plan for .NET Core based applications
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
NullableContextAttribute

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