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

Remove unneeded NuGetConfigFile resource string and the use of it #16232

Merged
merged 1 commit into from
Oct 14, 2021

Conversation

daxian-dbw
Copy link
Member

PR Summary

Remove unneeded NuGetConfigFile resource string and the use of it.
A different nuget.config file is actually used below the change in packging.psm1:

$nugetConfigFile = Join-Path $PSScriptRoot "../../nuget.config"
Copy-Item -Path $sourceProjectFile -Destination $destProjectFile -Force -Verbose
Copy-Item -Path $nugetConfigFile -Destination $projectFolder -Verbose

PR Context

PR Checklist

@ghost ghost assigned iSazonov Oct 13, 2021
@daxian-dbw daxian-dbw assigned TravisEz13 and unassigned iSazonov Oct 13, 2021
@daxian-dbw daxian-dbw merged commit 080b754 into PowerShell:master Oct 14, 2021
@daxian-dbw daxian-dbw added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Oct 14, 2021
@daxian-dbw daxian-dbw deleted the myget branch October 14, 2021 21:13
@ghost
Copy link

ghost commented Dec 16, 2021

🎉v7.3.0-preview.1 has been released which incorporates this pull request.:tada:

Handy links:

TrapGodBrim pushed a commit to TrapGodBrim/PowerShell that referenced this pull request Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants