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

NuGet restoring roundhouse package to slightly different folder structures #398

Closed
jgrandydev opened this issue Dec 6, 2019 · 1 comment

Comments

@jgrandydev
Copy link

jgrandydev commented Dec 6, 2019

Visual Studio 2019

Sometimes NuGet restores my package to this folder structure :

\packages\roundhouse.1.1.0\roundhouse.1.1.0.nupkg

but sometimes to this folder structure :

\packages\roundhouse\1.1.0\roundhouse.1.1.0.nupkg

Notice the slight difference.

I can't find any config setting that controls which folder-structure is used.

Does anyone know ?

Could this be related to how the roundhouse package is created ?

@erikbra
Copy link
Member

erikbra commented Jul 2, 2020

This changed some time in NuGet history (depending on the NuGet version), I think.

If you need to know the exact location, I would recommend specifying a specific location when running nuget restore or install.

https://docs.microsoft.com/en-us/nuget/consume-packages/install-use-packages-nuget-cli#install-a-package

@erikbra erikbra closed this as completed Jul 2, 2020
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

No branches or pull requests

2 participants