Skip to content

Commit

Permalink
Embed descriptors file in test project
Browse files Browse the repository at this point in the history
  • Loading branch information
captainsafia committed Sep 12, 2024
1 parent d91d59c commit 64f60ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions eng/testing/linker/project.csproj.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,11 @@
{AdditionalProjectReferences}
</ItemGroup>

<!-- Workaround for trimming tests failing during execution. -->
<ItemGroup>
<EmbeddedResource Include="ILLink.Descriptors.xml">
<LogicalName>ILLink.Descriptors.xml</LogicalName>
</EmbeddedResource>
</ItemGroup>

</Project>

0 comments on commit 64f60ca

Please sign in to comment.