Skip to content

Commit 6a13ece

Browse files
committed
Split UnitTests/net461 up more
- need more assemblies in `--TestAdapterPath` command-line argument
1 parent f805ba3 commit 6a13ece

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Hosting/Hosting/test/Microsoft.AspNetCore.Hosting.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
5+
<TestGroupName>Hosting.Tests</TestGroupName>
56
</PropertyGroup>
67

78
<ItemGroup>

src/Servers/Kestrel/Core/test/Microsoft.AspNetCore.Server.Kestrel.Core.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6+
<TestGroupName>Kestrel.Tests</TestGroupName>
67
</PropertyGroup>
78

89
<ItemGroup>

src/Servers/Kestrel/Transport.Libuv/test/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
66
<ServerGarbageCollection>true</ServerGarbageCollection>
7+
<TestGroupName>Kestrel.Tests</TestGroupName>
78
</PropertyGroup>
89

910
<ItemGroup>

0 commit comments

Comments
 (0)