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

Unable to search custom nuget repos #1298

Closed
pms1969 opened this issue Dec 8, 2015 · 8 comments
Closed

Unable to search custom nuget repos #1298

pms1969 opened this issue Dec 8, 2015 · 8 comments

Comments

@pms1969
Copy link
Contributor

pms1969 commented Dec 8, 2015

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.

@cdrnet
Copy link
Member

cdrnet commented Dec 8, 2015

I've observed the same, with an internal Artifactory feed.

@forki
Copy link
Member

forki commented Dec 8, 2015

as described in fsprojects/Paket.VisualStudio#87 it's not implemented, yet. I marked it up-for-grabs.

@cdrnet
Copy link
Member

cdrnet commented Jan 8, 2016

An OData query to search for a package containing "Abc.Def" could look like this (tested against Artifactory):

feeduri/Packages()?$filter=IsLatestVersion and IsAbsoluteLatestVersion and substringof('Abc.Def',Id)

@forki
Copy link
Member

forki commented Jan 10, 2016

So you are basically half way there.

@cdrnet
Copy link
Member

cdrnet commented Jan 10, 2016

Yes :) ... just didn't have time yet to do the other half as well. I'll open a PR.

@cdrnet
Copy link
Member

cdrnet commented Feb 8, 2016

This is working for me (thanks again!).
@pms1969 for you as well? If so we can close this.

@pms1969
Copy link
Contributor Author

pms1969 commented Feb 8, 2016

I'll check tomorrow when I get into work.

On Mon, 8 Feb 2016, 15:56 Christoph Ruegg [email protected] wrote:

This is working for me (thanks again!).
@pms1969 https://github.com/pms1969 for you as well? If so we can close
this.


Reply to this email directly or view it on GitHub
#1298 (comment).

@pms1969
Copy link
Contributor Author

pms1969 commented Feb 9, 2016

Works a treat. Thanks.

@forki forki closed this as completed Feb 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants