Skip to content

Commit

Permalink
Changed SHA1 certs to hybrid (#2118)
Browse files Browse the repository at this point in the history
  • Loading branch information
vagisha-nidhi authored Aug 8, 2019
1 parent 8fe6694 commit 7db63ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/package/sign/sign.proj
Original file line number Diff line number Diff line change
Expand Up @@ -334,32 +334,32 @@

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

<CoreAssembliesToSign>
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft402400</Authenticode>
<StrongName>StrongName</StrongName>
</CoreAssembliesToSign>

<BuildAssembliesToSign>
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft402400</Authenticode>
<StrongName>StrongName</StrongName>
</BuildAssembliesToSign>

<TestHostCoreAssembliesToSign>
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft402400</Authenticode>
<StrongName>StrongName</StrongName>
</TestHostCoreAssembliesToSign>

<IntellitraceAssembliesToSign>
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft402400</Authenticode>
<StrongName>StrongName</StrongName>
</IntellitraceAssembliesToSign>

<CodeCoverageAssembliesToSign>
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft402400</Authenticode>
<StrongName>StrongName</StrongName>
</CodeCoverageAssembliesToSign>
</ItemGroup>
Expand Down

0 comments on commit 7db63ce

Please sign in to comment.