-
Notifications
You must be signed in to change notification settings - Fork 527
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 5.145.0 fails to generate-load-scripts completely #3080
Comments
All of our builds just started failing, and I was only able to fix it by locking on paket 5.141.0. |
Yes something is wrong, I'm trying to fix :/ |
We hit this today as well. Http.fs is a good test case if you need one. |
@baronfel Yes, but we need those test-cases in our test suite to be effective ;) Either way I think I found the problem and fix is on the way, sorry for the breakage. That shouldn't have gone through our test suite :/ |
Let me know if https://github.com/fsprojects/Paket/releases/tag/5.145.1 works again. |
@matthid I can confirm that version works. |
Description
Paket 5.145.0 fails to generate-load-scripts completely, at least on AppVeyor builds.
Repro steps
Please provide the steps required to reproduce the problem
Microsoft.Azure.Management.Fluent
Microsoft.Azure.Management.Fluent
script inbuild.fsx
paket.exe generate-load-scripts --group main --framework net462 --type fsx --silent
Expected behavior
Load scripts should be correctly generated and referenced in build.fsx, and build should succeed.
Actual behavior
Known workarounds
Use paket version 5.141.0. For magic mode, add
<add key="PaketVersion" value="5.141.0"/>
to thepaket.exe.config
appSettings
section.The text was updated successfully, but these errors were encountered: