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
Due to NuGet/Home#4424, scripts like build.sh lose the executable permissions bit when you run dotnet new fable-library. The current solution is to add this post-action to the NuGet template to set the executable bit any script(s) in the template after it has been unzipped. A single change to Content/.template.config/template.json should do the trick; see https://github.com/TheAngryByrd/MiniScaffold/pull/37/files for an example.
build.sh
dotnet new fable-library
Content/.template.config/template.json
I'll submit a PR for this once I have time, but it might not be until tomorrow.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Due to NuGet/Home#4424, scripts like
build.sh
lose the executable permissions bit when you rundotnet new fable-library
. The current solution is to add this post-action to the NuGet template to set the executable bit any script(s) in the template after it has been unzipped. A single change toContent/.template.config/template.json
should do the trick; see https://github.com/TheAngryByrd/MiniScaffold/pull/37/files for an example.I'll submit a PR for this once I have time, but it might not be until tomorrow.
The text was updated successfully, but these errors were encountered: