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