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