- Namespace
- Statiq
.App - Containing Type
- Bootstrapper
Pipeline Extensions
Syntax
public static TBootstrapper AddDeploymentPipeline<TBootstrapper>(this TBootstrapper bootstrapper, string name, IEnumerable<string> dependencies, params IModule[] outputModules)
where TBootstrapper : IBootstrapper
Type Parameters
Name | Description |
---|---|
TBootstrapper |
Parameters
Name | Type | Description |
---|---|---|
bootstrapper | TBootstrapper | |
name | string | |
dependencies | IEnumerable |
|
outputModules | IModule[] |
Return Value
Type | Description |
---|---|
TBootstrapper |