Skip to content

Commit

Permalink
Cherry-picked signing fixes from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Haplois committed Nov 5, 2020
1 parent b195e25 commit b0f950c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/package/sign/sign.proj
Expand Up @@ -403,32 +403,32 @@

<ItemGroup>
<AssembliesToSign>
<Authenticode>Microsoft402400</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</AssembliesToSign>

<CoreAssembliesToSign>
<Authenticode>Microsoft402400</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</CoreAssembliesToSign>

<BuildAssembliesToSign>
<Authenticode>Microsoft402400</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</BuildAssembliesToSign>

<TestHostCoreAssembliesToSign>
<Authenticode>Microsoft402400</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</TestHostCoreAssembliesToSign>

<IntellitraceAssembliesToSign>
<Authenticode>Microsoft402400</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</IntellitraceAssembliesToSign>

<CodeCoverageAssembliesToSign>
<Authenticode>Microsoft402400</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</CodeCoverageAssembliesToSign>

Expand Down

0 comments on commit b0f950c

Please sign in to comment.