Class UpdateNuGetConfigStep
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.Templates
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class UpdateNuGetConfigStep : ProjectBuildPipelineStep
Constructors
UpdateNuGetConfigStep(string)
Declaration
public UpdateNuGetConfigStep(string nugetConfigFilePath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | nugetConfigFilePath |
Methods
Execute(ProjectBuildContext)
Declaration
public override void Execute(ProjectBuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectBuildContext | context |