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 cfce757 commit 9385751Copy full SHA for 9385751
src/libraries/tests.proj
@@ -271,10 +271,8 @@
271
<ItemGroup Condition="'$(ArchiveTests)' == 'true' and ('$(TargetOS)' == 'iOS' or '$(TargetOS)' == 'tvOS')">
272
<ProjectReference Include="$(MonoProjectRoot)sample\iOS\Program.csproj"
273
BuildInParallel="false" />
274
- <!-- TODO: remove Exclude after "tests.mobile.targets(107,5): error : Unable to compile method" fixed -->
275
<ProjectReference Include="$(RepoRoot)\src\tests\FunctionalTests\iOS\**\*.Test.csproj"
276
- BuildInParallel="false"
277
- Exclude="$(RepoRoot)\src\tests\FunctionalTests\iOS\Simulator\AOT\iOS.Simulator.Aot.Test.csproj"/>
+ BuildInParallel="false" />
278
</ItemGroup>
279
280
<ItemGroup Condition="'$(ArchiveTests)' == 'true' and '$(TargetOS)' == 'Android'">
0 commit comments