We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d86001 commit 443f63dCopy full SHA for 443f63d
src/installer/pkg/projects/Microsoft.DotNet.ILCompiler/Microsoft.DotNet.ILCompiler.pkgproj
@@ -25,6 +25,9 @@
25
26
<ItemGroup Condition="'$(PackageTargetRuntime)' != ''">
27
<File Include="@(LibrariesRuntimeFiles)" TargetPath="framework" />
28
+ <!-- exclude shared libs as we only need static ones -->
29
+ <LibPackageExcludes Include="framework\%2A%2A\%2A$(LibSuffix)"/>
30
+
31
<File Include="$(CoreCLRILCompilerDir)*" TargetPath="tools" />
32
<File Include="$(CoreCLRAotSdkDir)*" TargetPath="sdk" />
33
<File Include="$(MibcOptimizationDataDir)/$(TargetOS)/$(TargetArchitecture)/**/*.mibc" TargetPath="mibc" />
0 commit comments