Class UpdateNuGetConfigStep
Inherited Members
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 |