Class RemoveProjectFromSolutionStep
Inheritance
System.Object
RemoveProjectFromSolutionStep
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 |
System.String |
projectName |
|
System.String |
solutionFilePath |
|
System.String |
projectFolderPath |
|
Methods
Execute(ProjectBuildContext)
Declaration
public override void Execute(ProjectBuildContext context)
Parameters
Overrides
Extension Methods