Skip to content

Commit

Permalink
Exclude Mono.Cecil assemblies from signing (#41326)
Browse files Browse the repository at this point in the history
We're just shipping them in the Microsoft.NETCore.BrowserDebugHost.Transport package.

Co-authored-by: Alexander Köplinger <[email protected]>
  • Loading branch information
github-actions[bot] and akoeplinger authored Aug 25, 2020
1 parent 0b09aa3 commit 869aaac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eng/Signing.props
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@
<ItemGroup>
<!-- External files -->
<ItemsToSign Remove="@(ItemsToSign->WithMetadataValue('Filename', 'Newtonsoft.Json'))" />
<ItemsToSign Remove="@(ItemsToSign->WithMetadataValue('Filename', 'Mono.Cecil'))" />
<ItemsToSign Remove="@(ItemsToSign->WithMetadataValue('Filename', 'Mono.Cecil.Pdb'))" />
<ItemsToSign Remove="@(ItemsToSign->WithMetadataValue('Filename', 'Mono.Cecil.Rocks'))" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 869aaac

Please sign in to comment.