Class ChangeLocalhostPortStep
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 ChangeLocalhostPortStep : ProjectBuildPipelineStep
Constructors
ChangeLocalhostPortStep(string, params int[])
Declaration
public ChangeLocalhostPortStep(string launchSettingsFilePath, params int[] portNumbers)
Parameters
| Type | Name | Description |
|---|---|---|
| string | launchSettingsFilePath | |
| int[] | portNumbers |
Properties
LaunchSettingsFilePath
Declaration
public string LaunchSettingsFilePath { get; }
Property Value
| Type | Description |
|---|---|
| string |
PortNumbers
Declaration
public int[] PortNumbers { get; }
Property Value
| Type | Description |
|---|---|
| int[] |
Methods
Execute(ProjectBuildContext)
Declaration
public override void Execute(ProjectBuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectBuildContext | context |