Skip to content

Commit f20172b

Browse files
committed
Update to newer certificate
1 parent f6fcdb0 commit f20172b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/BuildReleaseHelpers.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function begin_sign_files {
7878
$job.SelectCertificate("67") # StrongName key
7979
}
8080
if ($certificates -match "vsix") {
81-
$job.SelectCertificate("160") # Microsoft OPC Publisher (VSIX)
81+
$job.SelectCertificate("100040160") # Microsoft OPC Publisher (VSIX)
8282
}
8383

8484
foreach ($approver in $approvers) {

0 commit comments

Comments
 (0)