File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
<!-- Signing and Localization. -->
39
39
<ItemGroup Condition =" $(IsTest) == '' or $(IsTest) == 'false'" >
40
40
<FilesToSign Include =" $(OutDir)\$(AssemblyName).dll" Condition =" '$(IsVsixProj)' == '' or '$(IsVsixProj)' != 'true'" >
41
- <Authenticode >Microsoft </Authenticode >
41
+ <Authenticode >Microsoft402400 </Authenticode >
42
42
<StrongName >StrongName</StrongName >
43
43
</FilesToSign >
44
44
59
59
<Target Name =" GatherLocalizedOutputsForSigning" DependsOnTargets =" TestFxLocalization" >
60
60
<ItemGroup >
61
61
<FilesToSign Include =" $(OutDir)\**\$(AssemblyName).resources.dll" >
62
- <Authenticode >Microsoft </Authenticode >
62
+ <Authenticode >Microsoft402400 </Authenticode >
63
63
<StrongName >StrongName</StrongName >
64
64
</FilesToSign >
65
65
</ItemGroup >
You can’t perform that action at this time.
0 commit comments