-
Notifications
You must be signed in to change notification settings - Fork 525
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
Paket can't unpack our nuget packages (since 0.39) #761
Comments
I just tested this on my Windows VM with 0.39.2 and everything works fine. |
this looks similar to #757 |
Looks exactly like it actually. We are using |
/cc @haf
|
I could upgrade to |
Also as this wasn't on nuget.org it is not related to some problems there. |
I'd love to see a fix. Not really sure how. |
A cross-platform version of the CLR would be one 😜 Is there an option/env var you can set to pin the version of paket in the bootstrapper? |
yes IIRC But wait maybe I have a workaround. |
I know bootstrapper takes an argument. But there are quite a few places where i'd have to append, not too bad though. But I'll wait a moment 👍 |
I can't really reproduce so we have to play a bit ping pong. sorry about that. 0.39.3 tries to overwrite the dates in the zipfiles. |
StackOverflow 🚫
You can also send me a build via email, so you won't have to create ping pong releases. |
WTF!? |
Would it possible to apply the mentioned workaround: Using a file stream to create the archive. |
ok. let's try it using the filestream workaround. 0.39.4 is out |
Give me 10 mins. |
Bingo! Thanks a lot!!! |
We are using a private nuget host and since nuget.exe has been removed, paket seems to be unable to unpack our nuget archives. (at least on mono/osx)
The text was updated successfully, but these errors were encountered: