Class DocFxTasks
Tasks to work with DocFx projects.
public static class DocFxTasks
- Inheritance
-
DocFxTasks
- Inherited Members
Remarks
Not supported actions:
- InstallSdkTaskName: done via dotnet manifest tool, task already exists.
- RestoreTaskName: themes if any would be restore via git submodules at clone time.
- TestTaskName: no need. Linting happens while building.
- DeployPreview: depends on hosting.
- DeployStable: depends on hosting.
Fields
BuildTaskName
Gets the name of the build task.
public const string BuildTaskName = "PleOps.Recipe.DocFx.Build"
Field Value
BundleTaskName
Gets the name of the bundle task.
public const string BundleTaskName = "PleOps.Recipe.DocFx.Bundle"
Field Value
ModuleName
Gets the module name.
public const string ModuleName = "PleOps.Recipe.DocFx"