Move Kestrel Sockets tests to their own group (#6869)
This commit is contained in:
parent
9dee5d7e26
commit
31d57a5756
|
|
@ -5,6 +5,7 @@
|
||||||
<DefineConstants Condition="$([MSBuild]::IsOSPlatform('OSX'))">$(DefineConstants);MACOS</DefineConstants>
|
<DefineConstants Condition="$([MSBuild]::IsOSPlatform('OSX'))">$(DefineConstants);MACOS</DefineConstants>
|
||||||
<DefineConstants>$(DefineConstants);SOCKETS</DefineConstants>
|
<DefineConstants>$(DefineConstants);SOCKETS</DefineConstants>
|
||||||
<ServerGarbageCollection>true</ServerGarbageCollection>
|
<ServerGarbageCollection>true</ServerGarbageCollection>
|
||||||
|
<TestGroupName>Sockets.FunctionalTest</TestGroupName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue