![]() |
Nuke.Cola
|
Gather build plugins defined as single file C# scripts following the file name format *.nuke.csx.
More...
Public Member Functions | |
| IEnumerable< IHavePlugin > | GatherPlugins (BuildContext context) |
| Gathering plugins from the provided context. | |
| void | InitializeEngine (BuildContext context) |
| One time initialization of the provider. | |
Public Member Functions inherited from Nuke.Cola.BuildPlugins.IProvidePlugins | |
Gather build plugins defined as single file C# scripts following the file name format *.nuke.csx.
Definition at line 16 of file CSharpScriptPluginProvider.cs.
| IEnumerable< IHavePlugin > Nuke.Cola.BuildPlugins.CSharpScriptPluginProvider.GatherPlugins | ( | BuildContext | context | ) |
Gathering plugins from the provided context.
| context |
Implements Nuke.Cola.BuildPlugins.IProvidePlugins.
| void Nuke.Cola.BuildPlugins.CSharpScriptPluginProvider.InitializeEngine | ( | BuildContext | context | ) |
One time initialization of the provider.
Implements Nuke.Cola.BuildPlugins.IProvidePlugins.
Definition at line 25 of file CSharpScriptPluginProvider.cs.