-
-
Notifications
You must be signed in to change notification settings - Fork 424
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
Code Signing #553
Code Signing #553
Conversation
Consider raising this with NuGet support. |
This isn't a NuGet issue. The only thing NuGet could do to improve the situation is allow automation of ownership modification, which will require API additions and will take months to get triaged, and then presumably more months to get implemented. The issue is that we can't reasonably add I presented possible workarounds in the issue linked. |
Update (for the record): some emails have been flung about within Microsoft to try and move these packages over to |
Some updates:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming the description is ment to be just the name.
So says the example pipelines :) |
* Start of Code Signing * Remove Ultz.Native from the filelist
This enables code signing for all DLLs, EXEs, and more whose filenames start with
Silk.NET
NuGet requires the code signing certificate to be registered with them. By default, all code signing certificates are registered under the
dotnetfoundation
organisation. However, we'd have to add that organisation as an owner of every single one of our packages to do that, current and future, which is not a process that can be automated today.I've asked for help in dotnet-foundation/projects#147