Skip to content

Commit

Permalink
Microsoft.DiaSymReader.dll is signed with cert "49D59D86505D82942A076…
Browse files Browse the repository at this point in the history
…388693F4FB7B21254EE" (microsoft#1324)
  • Loading branch information
mayankbansal018 authored Dec 7, 2017
1 parent 3f9ca9a commit 22082fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/verify-sign.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ function Verify-Signature
if ($signature.SignerCertificate.Thumbprint -eq "98ED99A67886D020C564923B7DF25E9AC019DF26") {
Write-Log "Valid (Prod Signed): $($_.FullName)."
}
else if ($signature.SignerCertificate.Thumbprint -eq "49D59D86505D82942A076388693F4FB7B21254EE") {
Write-Log "Valid (Prod Signed): $($_.FullName)."
}
else {
Write-FailLog "Incorrect certificate. File: $($_.FullName). Certificate: $($signature.SignerCertificate.Thumbprint)."
}
Expand Down

0 comments on commit 22082fc

Please sign in to comment.