Skip to content
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

build.sh not executable after "dotnet new" #23

Open
rmunn opened this issue Feb 19, 2018 · 0 comments · May be fixed by #26
Open

build.sh not executable after "dotnet new" #23

rmunn opened this issue Feb 19, 2018 · 0 comments · May be fixed by #26

Comments

@rmunn
Copy link

rmunn commented Feb 19, 2018

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.

I'll submit a PR for this once I have time, but it might not be until tomorrow.

@PaigeM89 PaigeM89 linked a pull request May 22, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant