2using System.Collections.Generic;
4using System.Threading.Tasks;
6using Nuke.Common.Tooling;
7using Nuke.Common.Tools.DotNet;
Implementations of this interface must represent a plugin system which might have a distinct logic an...
void InitializeEngine(BuildContext context)
One time initialization of the provider.
IEnumerable< IHavePlugin > GatherPlugins(BuildContext context)
Gathering plugins from the provided context.
record class BuildContext(AbsolutePath Temporary, AbsolutePath Root)
Local paths for plugin discovery and compilation.