AddDeploymentPipeline<TBootstrapper>(TBootstrapper, string, IEnumerable<string>, IEnumerable<IModule>) Method
Namespace
Statiq.App
Containing Type
BootstrapperPipelineExtensions

Syntax

public static TBootstrapper AddDeploymentPipeline<TBootstrapper>(this TBootstrapper bootstrapper, string name, IEnumerable<string> dependencies, IEnumerable<IModule> outputModules) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
name string
dependencies IEnumerable<string>
outputModules IEnumerable<IModule>

Return Value

Type Description
TBootstrapper