Browse Source
Merge pull request #7419 from abpframework/cli-module-nugetconfig
Cli module template: add alternative nuget.config path
pull/7433/head
Alper Ebicoglu
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/Templates/Module/ModuleTemplateBase.cs
|
|
|
@ -77,6 +77,7 @@ namespace Volo.Abp.Cli.ProjectBuilding.Templates.Module |
|
|
|
private static void UpdateNuGetConfig(ProjectBuildContext context, List<ProjectBuildPipelineStep> steps) |
|
|
|
{ |
|
|
|
steps.Add(new UpdateNuGetConfigStep("/aspnet-core/NuGet.Config")); |
|
|
|
steps.Add(new UpdateNuGetConfigStep("/NuGet.Config")); |
|
|
|
} |
|
|
|
|
|
|
|
private static void ChangeConnectionString(ProjectBuildContext context, List<ProjectBuildPipelineStep> steps) |
|
|
|
|