Skip to content

Instantly share code, notes, and snippets.

@forki
Created March 10, 2016 14:21
Show Gist options
  • Save forki/be1fe52828dc4a9f3729 to your computer and use it in GitHub Desktop.
Save forki/be1fe52828dc4a9f3729 to your computer and use it in GitHub Desktop.
source https://nuget.org/api/v2
nuget bla
github myUser/MyProject src/app/MyScript.fsx
github myUser/MyProject src/app/MyLib.dll
@gregoryyoung
Copy link

Sort of. I want to set my packet.dependencies in my repo.

http://fsprojects.github.io/Paket/github-dependencies.html

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment