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