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

Cleaner workaround to the current state of nuget and our staging feed #929

Open
wants to merge 6 commits into
base: vnext
Choose a base branch
from

Conversation

turbobobbytraykov
Copy link
Contributor

Instead of explicitly constructing the nuget.config file that complies to the modern requirements, I am using an older version of the nuget cli (nuget.exe) to preemptively install our package into a temp dir that I am then registering as a package source/feed.

Doing "nuget install" with a slightly older nuget (6.2.x - from 2023-06-13), circumvents the current requirement, but we still get to restore all other packages using the dotnet (nuget + msbuild) toolset that we have used so far.

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

Successfully merging this pull request may close these issues.

1 participant