Skip to content

Commit

Permalink
Fix the condition to exclude only native shared libs (#109676)
Browse files Browse the repository at this point in the history
* Fix the condition to exclude only native shared libs

* Update Microsoft.DotNet.ILCompiler.pkgproj
  • Loading branch information
am11 authored Nov 10, 2024
1 parent d820873 commit 5db0ce0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ItemGroup Condition="'$(PackageTargetRuntime)' != ''">
<File Include="@(LibrariesRuntimeFiles)" TargetPath="framework" />
<!-- exclude shared libs as we only need static ones -->
<LibPackageExcludes Include="framework\%2A%2A\%2A$(LibSuffix)"/>
<LibPackageExcludes Include="framework\%2A%2A\%2ANative$(LibSuffix)"/>

<File Include="$(CoreCLRILCompilerDir)*" TargetPath="tools" />
<File Include="$(CoreCLRAotSdkDir)*" TargetPath="sdk" />
Expand Down

0 comments on commit 5db0ce0

Please sign in to comment.