Skip to content

Commit be973c0

Browse files
authored
Merge pull request #117440 from vseanreesermsft/internal-merge-8.0-2025-07-08-1423
Merging internal commits for release/8.0
2 parents afc6934 + b2747c8 commit be973c0

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)