MSBuild Class

Assembly
Rocket.Surgery.Nuke.MsBuild.dll
Namespace
Rocket.Surgery.Nuke.MsBuild
Interfaces
Base Types
graph BT Type-->Base0["MSBuild<Configuration>"] Base0-->Base1["RocketBoosterBuild<Configuration>"] Base1-->Base2["NukeBuild"] Type-.->Interface0["IRocketBoosterBuild<Configuration>"] Type-.->Interface1["IRocketBoosterBuild"] click Interface1 "/api/Rocket.Surgery.Nuke/IRocketBoosterBuild" Type["MSBuild"] class Type type-node

Syntax

public class MSBuild : MSBuild<Configuration>, IRocketBoosterBuild<Configuration>, 
    IRocketBoosterBuild

Attributes

Type Description
NullableAttribute

Constructors

Name Summary
MSBuild()

Extension Methods

Name Value Summary
SetBackingValue<MSBuild, TV>(Expression<Func<MSBuild, TV>>, TV) T
Sets the backing value.
With<MSBuild, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.