Class BundleTask
Task to bundle the DocFx documentation in a zip file.
[TaskName("PleOps.Recipe.DocFx.Bundle")]
[TaskDescription("Bundle the DocFx documentation in a zip file")]
[IsDependentOn(typeof(BuildTask))]
public class BundleTask : FrostingTask<PleOpsBuildContext>, IFrostingTask
- Inheritance
-
BundleTask
- Implements
- Inherited Members
Methods
Run(PleOpsBuildContext)
Runs the task using the specified context.
public override void Run(PleOpsBuildContext context)
Parameters
context
PleOpsBuildContextThe context.