Move Kestrel Sockets tests to their own group (#6869)

This commit is contained in:
Chris Ross 2019-01-22 08:58:33 -08:00 committed by GitHub
parent 9dee5d7e26
commit 31d57a5756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<DefineConstants Condition="$([MSBuild]::IsOSPlatform('OSX'))">$(DefineConstants);MACOS</DefineConstants>
<DefineConstants>$(DefineConstants);SOCKETS</DefineConstants>
<ServerGarbageCollection>true</ServerGarbageCollection>
<TestGroupName>Sockets.FunctionalTest</TestGroupName>
</PropertyGroup>
<ItemGroup>