Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Ross <Tratcher@Outlook.com>2019-01-22 23:41:12 +0300
committerGitHub <noreply@github.com>2019-01-22 23:41:12 +0300
commitf4c5ac7635fb228693ff4c003890ba67510669ec (patch)
tree2a1bbc2882ca663257d9347f9e8930c1a80844f0
parent8c06f04d50a775805c574d250e11e636e34a0196 (diff)
Move Kestrel.Core.Tests to their own test group (#6927)
-rw-r--r--src/Servers/Kestrel/Core/test/Microsoft.AspNetCore.Server.Kestrel.Core.Tests.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Servers/Kestrel/Core/test/Microsoft.AspNetCore.Server.Kestrel.Core.Tests.csproj b/src/Servers/Kestrel/Core/test/Microsoft.AspNetCore.Server.Kestrel.Core.Tests.csproj
index 754500c28a..e6c0d32908 100644
--- a/src/Servers/Kestrel/Core/test/Microsoft.AspNetCore.Server.Kestrel.Core.Tests.csproj
+++ b/src/Servers/Kestrel/Core/test/Microsoft.AspNetCore.Server.Kestrel.Core.Tests.csproj
@@ -1,8 +1,9 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp2.2;net461</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <TestGroupName>Kestrel.Core.Tests</TestGroupName>
</PropertyGroup>
<ItemGroup>