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

Allow to restore dll from remote dependencies file #1507

Closed
forki opened this issue Mar 10, 2016 · 2 comments
Closed

Allow to restore dll from remote dependencies file #1507

forki opened this issue Mar 10, 2016 · 2 comments

Comments

@forki
Copy link
Member

forki commented Mar 10, 2016

From https://gist.github.com/forki/be1fe52828dc4a9f3729#file-gistfile1-txt-L6

Let's try a concrete example. privateeye.fsx has a dependency on privateeye.bridge.dll. What I would like to do is in my repository put up a paket.dependencies that specifies when you want privateeye.fsx /bin/privateeye.bridge.dll should also be downloaded.

The following is intended to work:

User repo has a paket.depndencies file like this:

source https://nuget.org/api/v2
nuget bla
github PrivateEye/PrivateEye privateeye.fsx

Running paket restore should download privateeye.fsx and /bin/privateeye.bridge.dll

/cc @gregoryyoung

@gregoryyoung
Copy link

Yep this would be cool as I don't want to add a nugget pkg for one
dependency
On Mar 10, 2016 5:27 PM, "Steffen Forkmann" [email protected]
wrote:

From
https://gist.github.com/forki/be1fe52828dc4a9f3729#file-gistfile1-txt-L6

Let's try a concrete example. privateeye.fsx has a dependency on
privateeye.bridge.dll. What I would like to do is in my repository put up a
paket.dependencies that specifies when you want privateeye.fsx
/bin/privateeye.bridge.dll should also be downloaded.

The following is intended to work:

User repo has a paket.depndencies file like this:

source https://nuget.org/api/v2
nuget bla
github PrivateEye/PrivateEye privateeye.fsx

Running paket restore should download privateeye.fsx and
/bin/privateeye.bridge.dll

/cc @gregoryyoung https://github.com/gregoryyoung


Reply to this email directly or view it on GitHub
#1507.

forki added a commit to forki/PrivateEye that referenced this issue Mar 10, 2016
forki added a commit that referenced this issue Mar 10, 2016
@forki forki closed this as completed in 584761a Mar 10, 2016
@forki
Copy link
Member Author

forki commented Mar 10, 2016

Ok I implemented support for this.

with 2.52 this works

forki added a commit that referenced this issue Mar 11, 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

2 participants