Created
March 10, 2016 14:21
-
-
Save forki/be1fe52828dc4a9f3729 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source https://nuget.org/api/v2 | |
nuget bla | |
github myUser/MyProject src/app/MyScript.fsx | |
github myUser/MyProject src/app/MyLib.dll |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.