Use Microsoft400 for installers signing, not 401 (#1426)

400 only uses a SHA2 cert instead of dual signing.
This commit is contained in:
Nate McMaster 2018-09-27 10:39:18 -07:00 committed by GitHub
parent 9cb2c7a8d6
commit db1e4cf3d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<ItemDefinitionGroup>
<SignMsi>
<!-- Override the MicroBuild default which still uses MicrosoftSHA1 -->
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
</SignMsi>
</ItemDefinitionGroup>