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