Skip to content

Commit

Permalink
Fix PS Script (microsoft#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankbansal018 authored Dec 8, 2017
1 parent 22082fc commit 1ad6c24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/verify-sign.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ function Verify-Signature
if ($signature.SignerCertificate.Thumbprint -eq "98ED99A67886D020C564923B7DF25E9AC019DF26") {
Write-Log "Valid (Prod Signed): $($_.FullName)."
}
else if ($signature.SignerCertificate.Thumbprint -eq "49D59D86505D82942A076388693F4FB7B21254EE") {
# For some dlls e.g. "Microsoft.DiaSymReader.dll", sign certificate is different signature. Skip such binaries.
elseif ($signature.SignerCertificate.Thumbprint -eq "49D59D86505D82942A076388693F4FB7B21254EE") {
Write-Log "Valid (Prod Signed): $($_.FullName)."
}
else {
Expand Down

0 comments on commit 1ad6c24

Please sign in to comment.