Use Microsoft400 for installers signing, not 401 (#1426)
400 only uses a SHA2 cert instead of dual signing.
This commit is contained in:
parent
9cb2c7a8d6
commit
db1e4cf3d4
|
|
@ -4,7 +4,7 @@
|
|||
<ItemDefinitionGroup>
|
||||
<SignMsi>
|
||||
<!-- Override the MicroBuild default which still uses MicrosoftSHA1 -->
|
||||
<Authenticode>Microsoft</Authenticode>
|
||||
<Authenticode>Microsoft400</Authenticode>
|
||||
</SignMsi>
|
||||
</ItemDefinitionGroup>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue