Class RemoveFileStep
Inherited Members
Namespace: Volo.Abp.Cli.ProjectBuilding.Building.Steps
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class RemoveFileStep : ProjectBuildPipelineStep
Constructors
RemoveFileStep(string, bool)
Declaration
public RemoveFileStep(string filePath, bool fullPath = true)
Parameters
Type | Name | Description |
---|---|---|
string | filePath | |
bool | fullPath |
Methods
Execute(ProjectBuildContext)
Declaration
public override void Execute(ProjectBuildContext context)
Parameters
Type | Name | Description |
---|---|---|
ProjectBuildContext | context |