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.
2 parents afc6934 + b2747c8 commit be973c0Copy full SHA for be973c0
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 2010, 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