Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cli module template: add alternative nuget.config path #7419

Merged
merged 1 commit into from
Jan 23, 2021

Conversation

yekalkan
Copy link
Member

No description provided.

@yekalkan yekalkan added this to the 4.2-final milestone Jan 22, 2021
@ebicoglu ebicoglu merged commit c4e0c63 into rel-4.2 Jan 23, 2021
@ebicoglu ebicoglu deleted the cli-module-nugetconfig branch January 23, 2021 17:47
@@ -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"));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better way is finding all NuGet.config files and process them all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants