Paket 5.145.0 fails to generate-load-scripts completely
See original GitHub issueDescription
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
- Create a Project Scaffold project referencing
Microsoft.Azure.Management.Fluent
- Generate load scripts and reference the
Microsoft.Azure.Management.Fluent
script inbuild.fsx
- Create an AppVeyor build that calls
paket.exe generate-load-scripts --group main --framework net462 --type fsx --silent
- Run the build on AppVeyor
Expected behavior
Load scripts should be correctly generated and referenced in build.fsx, and build should succeed.
Actual behavior
Build failed.
Error:
Could not find script '../Microsoft.Azure.Management.AppService.Fluent.fsx' in any paths searched. Searched paths:
[]
-------------------
FAKE usage
-------------------
fake.exe [<scriptPath>] [<targetName>] [options]
scriptPath: Optional. Path to your FAKE build script. If not specified, FAKE will use the first .fsx file in the working directory and fail if none exists.
targetName: Optional. Name of the target you wish to run. This will override the target you specifed to run in the build script.
When targetName is equal --listTargets or -lt FAKE will list the targets with their dependencies.
Options:
Known workarounds
Use paket version 5.141.0. For magic mode, add <add key="PaketVersion" value="5.141.0"/>
to the paket.exe.config
appSettings
section.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
paket generate-load-scripts
This command was called generate-include-scripts in Paket 3. x and used to put files under paket-files/include-scripts instead of . paket/load .
Read more >Paket 7.2.1
Note: if the paket build script fails at paket restore just rerun it a few times until it succeeds. Quick contributing guide. Fork...
Read more >Chocolatey Software | Paket 6.0.0-rc006
Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages.
Read more >Load dotnet project files in F# Interactive
This will generate F# scripts in ./.paket/load . There will be a load script for each dependency (and its transitive dependencies) and for...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@matthid I can confirm that version works.
Yes something is wrong, I’m trying to fix 😕