-
Notifications
You must be signed in to change notification settings - Fork 64
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
Support paket pack #174
Comments
Where the script assumes that paket.bootstrapper.exe is in .paket folder in the same directory as rakefile? |
Currently assumes it's in |
If you interact with paket using rake then it doesn't need to be annoying. Also, it could be good to follow how the paket documentation tells you how to set it up. |
Yes, the CLI doesn't download the full paket, for example, and taken together with your flag it could work really nicely. |
I've added a gem: paket bootstrapper |
That's a good way of doing it. Should you add the binary as well, to the gem? |
The only binary I've added to the gem is the bootstrapper, since I imagine the use case being to run paket.bootstrapper and then paket in your scripts. For nuget exe I've used:
in order to get the location of the binary (but since nuget-gem is updated to work on both windows and *nix you could just use |
I've fixed so that the paket.exe is downloaded if it's missing: |
To replace nuget pack.
Work begun: https://github.com/Albacore/albacore/tree/feature/paket-pack
The text was updated successfully, but these errors were encountered: