Summary
Base build plan for .NET Framework based applications
- Assembly
- Rocket
.Surgery .Nuke .MsBuild .dll - Namespace
- Rocket
.Surgery .Nuke .MsBuild - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IRocketBoosterBuild<T>"]
Type-.->Interface1["IRocketBoosterBuild"]
click Interface1 "/api/Rocket.Surgery.Nuke/IRocketBoosterBuild"
Type["IMsBuild<T>"]
class Type type-node
Implementing0["IMsBuild"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Nuke.MsBuild/IMsBuild"
Syntax
public interface IMsBuild<T> : IRocketBoosterBuild<T>, IRocketBoosterBuild where T : Configuration
Attributes
Type | Description |
---|---|
Nullable |
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
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|