![]() |
Nuke.Cola
|
Encapsulates a .NET project (*.*proj) which contains build interfaces. More...
Public Member Functions | |
| void | Compile (BuildContext context) |
| This should be called before attempting to gather resulting types from the plugin. | |
Public Member Functions inherited from Nuke.Cola.BuildPlugins.IHavePlugin | |
Properties | |
| IEnumerable< Importable > | BuildInterfaces [get] |
| List of build interfaces which are found in the plugin. | |
| AbsolutePath | SourcePath = (AbsolutePath) "/" [get] |
| Original source path of the plugin (can be either a script or a project file) | |
Properties inherited from Nuke.Cola.BuildPlugins.IHavePlugin | |
Private Attributes | |
| List< Importable > | _buildInterfaces = new() |
Encapsulates a .NET project (*.*proj) which contains build interfaces.
Definition at line 9 of file DotnetProjectPlugin.cs.
| void Nuke.Cola.BuildPlugins.DotnetProjectPlugin.Compile | ( | BuildContext | context | ) |
This should be called before attempting to gather resulting types from the plugin.
Implements Nuke.Cola.BuildPlugins.IHavePlugin.
Definition at line 16 of file DotnetProjectPlugin.cs.
|
private |
Definition at line 11 of file DotnetProjectPlugin.cs.
|
get |
List of build interfaces which are found in the plugin.
Implements Nuke.Cola.BuildPlugins.IHavePlugin.
Definition at line 12 of file DotnetProjectPlugin.cs.
|
get |
Original source path of the plugin (can be either a script or a project file)
Implements Nuke.Cola.BuildPlugins.IHavePlugin.
Definition at line 14 of file DotnetProjectPlugin.cs.