IDotNetCoreBuild<T> Interface

Summary

Base build plan for .NET Core based applications
IDotNetCoreBuild
IRocketBoosterBuild

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