Skip to content

Commit

Permalink
Fix ILLink descriptors filename (#48430)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoatr committed Feb 18, 2021
1 parent bc9dc0e commit caa00d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/illink.targets
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

<ItemGroup Condition="'$(ILLinkTrimXml)' != ''">
<EmbeddedResource Include="$(ILLinkTrimXml)">
<LogicalName>$(AssemblyName).xml</LogicalName>
<LogicalName>ILLink.Descriptors.xml</LogicalName>
</EmbeddedResource>
</ItemGroup>

Expand Down

0 comments on commit caa00d4

Please sign in to comment.