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

SignTool needs to avoid attempting to local strong name sign if the binary is already strong name signed #15283

Closed
mmitche opened this issue Nov 27, 2024 · 1 comment
Assignees

Comments

@mmitche
Copy link
Member

mmitche commented Nov 27, 2024

On Mac/Linux, we can't use sn.exe. This should be fine, as local strong name signing should be done during compilation. However, when a file is not authenticode signed, signtool wants to strip away the sn-sign bit and then re-sign using sn.exe.

We need to avoid this if the file is already signed during compilation.

@mmitche mmitche self-assigned this Nov 27, 2024
@mmitche mmitche moved this to Done in .NET Unified Build Jan 3, 2025
@mmitche
Copy link
Member Author

mmitche commented Jan 3, 2025

Completed with #15309

@mmitche mmitche closed this as completed Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant