Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 6f1fc9d

Browse files
committed
Exclude SOS.NETCore.dll from strong name signing
SOS.NETCore is already fully signed with the open key so we don't want to try and strong name sign it again. Only authenticode signing is required.
1 parent 522e166 commit 6f1fc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sign.builds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
native images which causes the signing step to fail for obvious reasons.
3737
-->
3838
<ItemGroup>
39-
<FilesToSign Include="$(BinDir)*.ni.dll">
39+
<FilesToSign Include="$(BinDir)*.ni.dll;$(BinDir)SOS.NETCore.dll">
4040
<StrongName>None</StrongName>
4141
</FilesToSign>
4242
</ItemGroup>

0 commit comments

Comments
 (0)