![]() |
Nuke.Cola
|
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 | |
| List< Importable > | Interfaces = new() [get] |
| IEnumerable< Importable > | BuildInterfaces [get] |
| List of build interfaces which are found in the plugin. | |
| AbsolutePath | SourcePath [get] |
| Original source path of the plugin (can be either a script or a project file) | |
Properties inherited from Nuke.Cola.BuildPlugins.IHavePlugin | |
Definition at line 9 of file ImplicitBuildInterfacePlugin.cs.
| void Nuke.Cola.BuildPlugins.ImplicitBuildInterfacePlugin.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 ImplicitBuildInterfacePlugin.cs.
|
get |
List of build interfaces which are found in the plugin.
Implements Nuke.Cola.BuildPlugins.IHavePlugin.
Definition at line 12 of file ImplicitBuildInterfacePlugin.cs.
|
get |
Definition at line 11 of file ImplicitBuildInterfacePlugin.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 ImplicitBuildInterfacePlugin.cs.