Skip to content

Commit 59f2ded

Browse files
sbomerjtschuster
authored andcommitted
Attempt to fix strong-name signing (#227)
* Attempt to fix strong-name signing * Update eng/Signing.props to use the cecil.snk file --------- Co-authored-by: Jackson Schuster <36744439+jtschuster@users.noreply.github.com> (cherry picked from commit 7f4a146)
1 parent 5aa5b86 commit 59f2ded

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/Signing.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@
1212
<FileSignInfo Include="Mono.Cecil.Mdb.dll" CertificateName="3PartySHA2" />
1313
<FileSignInfo Include="Mono.Cecil.Pdb.dll" CertificateName="3PartySHA2" />
1414
</ItemGroup>
15+
<ItemGroup>
16+
<StrongNameSignInfo Include="$(MSBuildThisFileDirectory)..\cecil.snk" PublicKeyToken="50cebf1cceb9d05e" CertificateName="CecilStrongName" />
17+
</ItemGroup>
1518
</Project>

0 commit comments

Comments
 (0)