We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The generate-load-scripts command seems to create a bunch of unnecessary/duplicate directories.
Mono version: 5.12.0.226 Paket version: 5.167.1 OS: Ubuntu 18.04
All the load scripts directories will be created in .paket/load
All the load scripts directories are created in .paket/load, and a bunch of duplicate (but empty) directories are created at root.
Delete the empty directories.
The text was updated successfully, but these errors were encountered:
I noticed the same happens on Windows.
Sorry, something went wrong.
whoops... happened probably due to some refactoring for fake :/
generate-load-scripts
No branches or pull requests
Description
The generate-load-scripts command seems to create a bunch of unnecessary/duplicate directories.
Repro steps
Mono version: 5.12.0.226
Paket version: 5.167.1
OS: Ubuntu 18.04
Expected behavior
All the load scripts directories will be created in .paket/load
Actual behavior
All the load scripts directories are created in .paket/load, and a bunch of duplicate (but empty) directories are created at root.
Known workarounds
Delete the empty directories.
The text was updated successfully, but these errors were encountered: