-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
dotnet compile - all artifacts dropped are +x #4360
Comments
@agocke, does the compiler put the right flags on artifacts? |
@piotrpMSFTAFAIK csc doesn't purposefully set any executable flags, so I'm uncertain as to which layer is responsible for this bug. |
It's probably not a bug anymore |
Build latest from source to validate? |
@blackdwarf can you validate? |
This still repros. The deps file is +X. However, since the core functions are still working, I will punt this to Feb milestone, since it is not a huge priority. |
Adding the registry keys for project selectors to enable dogfood
…221.4 (#4360) - Microsoft.NET.Sdk.Web - 3.1.200-preview.20121.4
When running dotnet compile, all of the artifacts that it drops in the bin/ directory (including, for instance, pdb file) are marked as executable (+x). This should not happen, only the actual binary should be executable.
The text was updated successfully, but these errors were encountered: