-
Notifications
You must be signed in to change notification settings - Fork 228
SignType variables must be lowercase
#1948
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
Conversation
|
Do we need this in the 10.0 branches? |
Yeah, we should fix this in 10.0. I'll open a backport PR |
|
/backport to release/10.0.1xx |
|
Started backporting to release/10.0.1xx: https://github.com/dotnet/dotnet/actions/runs/17047586393 |
|
Do we need RC1 as well? |
This only affects our ability to run test signing (#1758) and the signing of the SB artifacts (#1811) when the |
|
Presumably |
Arcade expects these values to be lowercase, when they are not, conditions that check the
DotNetSignTypevalue evaluate to false.As explained in #1949, this doesn't affect real signing, but it does affect test signing.