We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a49a7 commit fd98becCopy full SHA for fd98bec
tools/Common.props
@@ -52,7 +52,7 @@
52
<ItemDefinitionGroup>
53
<FilesToSign>
54
<!-- Microsoft authenticode certificate for all file types -->
55
- <Authenticode Condition="'%(FilesToSign.Authenticode)' == ''">Microsoft</Authenticode>
+ <Authenticode Condition="'%(FilesToSign.Authenticode)' == ''">Microsoft400</Authenticode>
56
<!-- Microsoft strong-name key for managed assemblies -->
57
<StrongName Condition="'$(TargetExt)' == '.winmdobj' OR '$(TargetExt)' == '.dll' OR '$(TargetExt)' == '.exe'">MsSharedLib72</StrongName>
58
</FilesToSign>
0 commit comments