Skip to content

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

Merged
daxian-dbw merged 1 commit intoPowerShell:masterfrom
daxian-dbw:myget
Oct 14, 2021
Merged

Remove unneeded NuGetConfigFile resource string and the use of it#16232
daxian-dbw merged 1 commit intoPowerShell:masterfrom
daxian-dbw:myget

Conversation

@daxian-dbw
Copy link
Copy Markdown
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
Copy Markdown

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