Class RemoveProjectFromSolutionStep
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 RemoveProjectFromSolutionStep : ProjectBuildPipelineStep
Constructors
RemoveProjectFromSolutionStep(string, string, string)
Declaration
public RemoveProjectFromSolutionStep(string projectName, string solutionFilePath = null, string projectFolderPath = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | projectName | |
| string | solutionFilePath | |
| string | projectFolderPath |
Methods
Execute(ProjectBuildContext)
Declaration
public override void Execute(ProjectBuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectBuildContext | context |