You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute the template I get the following output:
~/MacDev$ dotnet new mytemplate -n 'myprojectname' --force
The template "My Template" was created successfully.
Processing post-creation actions...
The files /Users/user/MacDev/myprojectname/chmod, /Users/user/MacDev/myprojectname/+x, and /Users/user/MacDev/myprojectname/*.sh donot exist.
Unable to apply permissions +x to "*.sh".
Post action failed.
Description: Make scripts executable
Manual instructions: Run 'chmod +x *.sh'
However it seems that permissions do get applied, as the following steps in the template run those scripts without errors.
The text was updated successfully, but these errors were encountered:
Hello @RussKie, thank you for the detailed information.
This issue should be fixed within PR #1555 and PR #2579, the root of the problem seems to be the same as in issue #2072.
The environment:
OSX 10.14.1
My template.json (snip):
The issue
When I execute the template I get the following output:
However it seems that permissions do get applied, as the following steps in the template run those scripts without errors.
The text was updated successfully, but these errors were encountered: