When I run dotnet publish
on linux, it stages the server dll as well as the dll files of dependencies.
All are marked as executable.
That makes no sense (might even be a bug?). So I use chmod -x *.dll
in a post-publish task.
Can I disable this behaviour?