Skip to content

Commit 64f60ca

Browse files
committed
Embed descriptors file in test project
1 parent d91d59c commit 64f60ca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

eng/testing/linker/project.csproj.template

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,11 @@
2727
{AdditionalProjectReferences}
2828
</ItemGroup>
2929

30+
<!-- Workaround for trimming tests failing during execution. -->
31+
<ItemGroup>
32+
<EmbeddedResource Include="ILLink.Descriptors.xml">
33+
<LogicalName>ILLink.Descriptors.xml</LogicalName>
34+
</EmbeddedResource>
35+
</ItemGroup>
36+
3037
</Project>

0 commit comments

Comments
 (0)