We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b6c64 commit d2042a1Copy full SHA for d2042a1
eng/pipelines/coreclr/templates/sign-diagnostic-files.yml
@@ -69,7 +69,7 @@ steps:
69
}
70
71
if ($signingCert.Subject -ne "CN=.NET DAC, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" `
72
- -or $signingCert.Issuer -ne "CN=Microsoft Code Signing PCA 2024, O=Microsoft Corporation, L=Redmond, S=Washington, C=US")
+ -or $signingCert.Issuer -ne "CN=Microsoft Windows Code Signing PCA 2024, O=Microsoft Corporation, C=US")
73
{
74
throw "File $file not in expected trust chain."
75
0 commit comments