IMsBuild<T> Interface

Summary

Base build plan for .NET Framework based applications
IMsBuild
IRocketBoosterBuild

Syntax

public interface IMsBuild<T> : IRocketBoosterBuild<T>, IRocketBoosterBuild where T : Configuration

Attributes

Type Description
NullableContextAttribute

Type Parameters

Name Description
T

Properties

Name Value Summary
Build Target
msbuild
NuspecDirectory AbsolutePath
The directory where templates will be placed
Pack Target
nuget pack
Restore Target
nuget restore
Test Target
xunit test

Extension Methods