File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 19
19
20
20
<ItemGroup >
21
21
<!-- We currently only test with C# projects. -->
22
- <!-- Only want to test one test on android until helix stabilizes -->
23
- <ProjectReference Include =" $(MSBuildThisFileDirectory)System.Buffers\tests\System.Buffers.Tests.csproj"
24
- Exclude =" @(ProjectExclusions)"
25
- Condition =" '$(BuildAllConfigurations)' != 'true' and '$(TargetOS)' == 'Android'" />
26
22
<ProjectReference Include =" $(MSBuildThisFileDirectory)*\tests\**\*.Tests.csproj"
27
23
Exclude =" @(ProjectExclusions)"
28
- Condition =" '$(BuildAllConfigurations)' != 'true' and '$(TargetOS)' != 'Android' " />
24
+ Condition =" '$(BuildAllConfigurations)' != 'true'" />
29
25
<ProjectReference Include =" $(MSBuildThisFileDirectory)pkg\test\testPackages.proj"
30
26
Condition =" '$(BuildAllConfigurations)' == 'true'" />
31
27
</ItemGroup >
You can’t perform that action at this time.
0 commit comments