-
Notifications
You must be signed in to change notification settings - Fork 527
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
Unable to search custom nuget repos #1298
Comments
I've observed the same, with an internal Artifactory feed. |
as described in fsprojects/Paket.VisualStudio#87 it's not implemented, yet. I marked it up-for-grabs. |
An OData query to search for a package containing "Abc.Def" could look like this (tested against Artifactory):
|
So you are basically half way there. |
Yes :) ... just didn't have time yet to do the other half as well. I'll open a PR. |
This is working for me (thanks again!). |
I'll check tomorrow when I get into work. On Mon, 8 Feb 2016, 15:56 Christoph Ruegg notifications@github.com wrote:
|
Works a treat. Thanks. |
find-packages command line argument does not pick up the sources in the paket.dependencies file. Nor when specifying a custom source is it able to find known packages in the repo.
For reference, I'm using a klondike server internal to a company network.
The text was updated successfully, but these errors were encountered: