Skip to content

Commit d6875ce

Browse files
authored
Cherry-picked signing fixes from master (#2619)
1 parent b195e25 commit d6875ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/package/sign/sign.proj

+6-6
Original file line numberDiff line numberDiff line change
@@ -403,32 +403,32 @@
403403

404404
<ItemGroup>
405405
<AssembliesToSign>
406-
<Authenticode>Microsoft402400</Authenticode>
406+
<Authenticode>Microsoft400</Authenticode>
407407
<StrongName>StrongName</StrongName>
408408
</AssembliesToSign>
409409

410410
<CoreAssembliesToSign>
411-
<Authenticode>Microsoft402400</Authenticode>
411+
<Authenticode>Microsoft400</Authenticode>
412412
<StrongName>StrongName</StrongName>
413413
</CoreAssembliesToSign>
414414

415415
<BuildAssembliesToSign>
416-
<Authenticode>Microsoft402400</Authenticode>
416+
<Authenticode>Microsoft400</Authenticode>
417417
<StrongName>StrongName</StrongName>
418418
</BuildAssembliesToSign>
419419

420420
<TestHostCoreAssembliesToSign>
421-
<Authenticode>Microsoft402400</Authenticode>
421+
<Authenticode>Microsoft400</Authenticode>
422422
<StrongName>StrongName</StrongName>
423423
</TestHostCoreAssembliesToSign>
424424

425425
<IntellitraceAssembliesToSign>
426-
<Authenticode>Microsoft402400</Authenticode>
426+
<Authenticode>Microsoft400</Authenticode>
427427
<StrongName>StrongName</StrongName>
428428
</IntellitraceAssembliesToSign>
429429

430430
<CodeCoverageAssembliesToSign>
431-
<Authenticode>Microsoft402400</Authenticode>
431+
<Authenticode>Microsoft400</Authenticode>
432432
<StrongName>StrongName</StrongName>
433433
</CodeCoverageAssembliesToSign>
434434

0 commit comments

Comments
 (0)