-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[release/7.0-rc1] Change signature for diagnostic binaries #74323
[release/7.0-rc1] Change signature for diagnostic binaries #74323
Conversation
Tagging subscribers to this area: @tommcdon Issue DetailsBackport of #74322 to release/7.0-rc1 /cc @hoyosjs Customer ImpactTestingRiskIMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.
|
b01bb0a
to
2eaffd1
Compare
2eaffd1
to
484a52e
Compare
Add signing with special signature to DAC and DBI.
484a52e
to
d7fb63e
Compare
@jeffschwMSFT need an approval. |
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.
approved
Thanks @jeffschwMSFT . The |
Backport of #74322 to release/7.0-rc1
Use a signing infrastructure orthogonal to microbuild to use other certs for diagnostic binaries.
cc: @dotnet/dotnet-diag @leculver