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
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.
|