Skip to content

Commit

Permalink
Merge pull request #7419 from abpframework/cli-module-nugetconfig
Browse files Browse the repository at this point in the history
Cli module template: add alternative nuget.config path
  • Loading branch information
ebicoglu authored Jan 23, 2021
2 parents 4963930 + 4cb2211 commit c4e0c63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ private void RandomizeSslPorts(ProjectBuildContext context, List<ProjectBuildPip
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)
Expand Down

0 comments on commit c4e0c63

Please sign in to comment.