Skip to content

Commit cf14036

Browse files
author
Steve Pfister
committed
Preserved mscorlib for the non aot / aggressive trimming runs
1 parent 50df061 commit cf14036

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

eng/testing/ILLink.Descriptor.xunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</assembly>
1212
<assembly fullname="xunit.core"/>
1313
<assembly fullname="Microsoft.DotNet.XUnitExtensions"/>
14+
<assembly fullname="mscorlib" />
1415
<assembly fullname="TestUtilities">
1516
<namespace fullname="System" />
1617
</assembly>

src/libraries/tests.proj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,6 @@
158158
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.Http\tests\FunctionalTests\System.Net.Http.Functional.Tests.csproj" />
159159
</ItemGroup>
160160

161-
<ItemGroup Condition="'$(TargetOS)' == 'Browser' and '$(RunAOTCompilation)' == 'false' and '$(EnableAggressiveTrimming)' == 'true'">
162-
<!-- mscorlib.dll not found -->
163-
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj" />
164-
</ItemGroup>
165-
166161
<ItemGroup>
167162
<ProjectReference Include="$(MSBuildThisFileDirectory)*\tests\**\*.Tests.csproj"
168163
Exclude="@(ProjectExclusions)"

0 commit comments

Comments
 (0)