We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a37b4b commit 7e77676Copy full SHA for 7e77676
src/libraries/tests.proj
@@ -492,6 +492,8 @@
492
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.Mail\tests\Functional\System.Net.Mail.Functional.Tests.csproj"
493
Condition="'$(TargetOS)' == 'windows'"/>
494
495
+ <ProjectExclusions Include="$(MSBuildThisFileDirectory)libraries\System.Data.DataSetExtensions\tests\System.Data.DataSetExtensions.Tests.csproj" />
496
+
497
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.Http.Json\tests\FunctionalTests\System.Net.Http.Json.Functional.Tests.csproj" />
498
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Linq.Parallel\tests\System.Linq.Parallel.Tests.csproj" />
499
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" />
0 commit comments