Class AppNoLayersMoveProjectsStep
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.ProjectBuilding.Building.Steps
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class AppNoLayersMoveProjectsStep : ProjectBuildPipelineStep
Constructors
AppNoLayersMoveProjectsStep()
Declaration
public AppNoLayersMoveProjectsStep()
Methods
Execute(ProjectBuildContext)
Declaration
public override void Execute(ProjectBuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectBuildContext | context |
Overrides
ModifyProjectFiles(ProjectBuildContext, string, string)
Declaration
public void ModifyProjectFiles(ProjectBuildContext context, string oldContent, string newContent)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectBuildContext | context | |
| string | oldContent | |
| string | newContent |
ModifySolutionFile(ProjectBuildContext, string, string)
Declaration
public void ModifySolutionFile(ProjectBuildContext context, string pathInSlnFile, string newPathInSlnFile)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectBuildContext | context | |
| string | pathInSlnFile | |
| string | newPathInSlnFile |
MoveFiles(ProjectBuildContext, string, string)
Declaration
public void MoveFiles(ProjectBuildContext context, string projectFolder, string newProjectFolder)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectBuildContext | context | |
| string | projectFolder | |
| string | newProjectFolder |