Skip to content

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

@rmunn

Description

@rmunn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions