Skip to content

Commit

Permalink
Don't build System.Utf8String.Experimental.Tests.csproj tests for m…
Browse files Browse the repository at this point in the history
…ono (dotnet#34445)
  • Loading branch information
EgorBo authored Apr 3, 2020
1 parent 39db2a8 commit 0b246c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
</PropertyGroup>

<ItemGroup Condition="'$(RuntimeFlavor)' == 'Mono'">
<ProjectExclusions Include="$(MSBuildThisFileDirectory)\System.Utf8String.Experimental\tests\System.Utf8String.Experimental.Tests.csproj" />
</ItemGroup>

<PropertyGroup Condition="'$(EnableCoverageSupport)' == 'true'">
<CoverageReportInputPath>$(ArtifactsBinDir)*.Tests/**/coverage.xml</CoverageReportInputPath>
<CoverageReportDir>$(ArtifactsDir)coverage</CoverageReportDir>
Expand Down

0 comments on commit 0b246c0

Please sign in to comment.