-
Notifications
You must be signed in to change notification settings - Fork 525
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
Cannot consume NuGet packages from Team Foundation Server 2017 private feed #2138
Comments
I've got the following error in verbose mode: `found:somepath\paket.dependencies
But the package is available, of course |
mmm can you try to use the v2 endpoint? |
No, I can't. There is v3 only |
sforkmann @ gmail if you want to send me login |
I sent |
Description
I have TFS 2017 with a private feed for internal use. For NuGet.org it works fine, but I can't use my own packages from our internal TFS server with the error:
Paket failed with:
There was a version conflict during package resolution.
Could not resolve package GeoCybernetica.Dal:
and so on...
Repro steps
I can send username and password to reproduce.
2. Execute .paket/paket.exe install
Expected behavior
The package is installed successfully
Actual behavior
Get an error as described above.
Known workarounds
Unknown
The text was updated successfully, but these errors were encountered: