Summary
Base build plan for .NET Framework based applications
- Assembly
- Rocket
.Surgery .Nuke .MsBuild .dll - Namespace
- Rocket
.Surgery .Nuke .MsBuild - Interfaces
- Base Types
-
- NukeBuild
- RocketBoosterBuild
<T>
- Derived Types
graph BT
Type-->Base0["RocketBoosterBuild<T>"]
Base0-->Base1["NukeBuild"]
Type-.->Interface0["IRocketBoosterBuild<T>"]
Type-.->Interface1["IRocketBoosterBuild"]
click Interface1 "/api/Rocket.Surgery.Nuke/IRocketBoosterBuild"
Type["MSBuild<T>"]
class Type type-node
Derived0["MSBuild"]-->Type
click Derived0 "/api/Rocket.Surgery.Nuke.MsBuild/MSBuild"
Syntax
public abstract class MSBuild<T> : RocketBoosterBuild<T>, IRocketBoosterBuild<T>,
IRocketBoosterBuild
where T : Configuration
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Summary |
---|---|
MSBuild |
Properties
Name | Value | Summary |
---|---|---|
NuspecDirectory | AbsolutePath |
The directory where templates will be placed
static
|
Methods
Name | Value | Summary |
---|---|---|
Build |
ITargetDefinition |
msbuild
static
|
Pack |
ITargetDefinition |
nuget pack
static
|
Restore |
ITargetDefinition |
nuget restore
static
|
Test |
ITargetDefinition |
xunit test
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|