File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 189
189
<!-- Conditionally include the group of files to sign because MBv2 knows what to do with this but the old build definition gets confused. -->
190
190
<ItemGroup Condition =" '$(VSO_MICROBUILD_V2)'=='True' AND '$(POGO_TYPE)'!='PGI'" >
191
191
<FilesToSign Include =" $(OutDir)\ChakraCore.dll" >
192
- <Authenticode >Microsoft </Authenticode >
192
+ <Authenticode >Microsoft400 </Authenticode >
193
193
</FilesToSign >
194
194
</ItemGroup >
195
195
<Import Project =" $(BuildConfigPropsPath)Chakra.Build.targets" Condition =" exists('$(BuildConfigPropsPath)Chakra.Build.targets')" />
Original file line number Diff line number Diff line change 120
120
<!-- Conditionally include the group of files to sign because MBv2 knows what to do with this but the old build definition gets confused. -->
121
121
<ItemGroup Condition =" '$(VSO_MICROBUILD_V2)'=='True' AND '$(POGO_TYPE)'!='PGI'" >
122
122
<FilesToSign Include =" $(OutDir)\ch.exe" >
123
- <Authenticode >Microsoft </Authenticode >
123
+ <Authenticode >Microsoft400 </Authenticode >
124
124
</FilesToSign >
125
125
</ItemGroup >
126
126
<Import Project =" $(BuildConfigPropsPath)Chakra.Build.targets" Condition =" exists('$(BuildConfigPropsPath)Chakra.Build.targets')" />
You can’t perform that action at this time.
0 commit comments