Skip to content

Commit b2747c8

Browse files
Merge commit 'ef853a71052646a42abf17e888ec6d9a69614ad9' into internal-merge-8.0-2025-07-08-1423
2 parents afc6934 + ef853a7 commit b2747c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/coreclr/templates/sign-diagnostic-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ steps:
6969
}
7070
7171
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")
72+
-or $signingCert.Issuer -ne "CN=Microsoft Windows Code Signing PCA 2024, O=Microsoft Corporation, C=US")
7373
{
7474
throw "File $file not in expected trust chain."
7575
}

0 commit comments

Comments
 (0)