Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit d504e3a

Browse files
Merge pull request #17322 from BruceForstall/FixTestBuild
Add back hosting to split builds
2 parents 9b3d9dd + 2902d90 commit d504e3a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/src/dirs.proj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545

4646
<!-- Test build is divided in slices which can be created within Test Group
4747
Priority 0 tests are build using Test Group 1 with 2 subgroups or slices -->
48+
4849
<ItemGroup Condition="$(__BuildOS) == 'Windows_NT' And $(__TestGroupToBuild) == '1' And $(TestBuildSlice) == '1'">
4950
<Project Include="*\**\*.csproj" Exclude="@(DisabledProjects)">
5051
<AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
@@ -59,6 +60,7 @@
5960

6061
<!-- Test build is divided in slices which can be created within Test Group
6162
Priority 1 or higher tests are build using Test Group 2 with 16 subgroups or slices -->
63+
6264
<ItemGroup Condition="($(__BuildOS) == 'Windows_NT' And $(__TestGroupToBuild) == '2' And $(TestBuildSlice) == '1')">
6365
<Project Include="baseservices\**\*.csproj" Exclude="@(DisabledProjects)">
6466
<AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
@@ -90,6 +92,9 @@
9092
<Project Include="GC\**\*.csproj" Exclude="@(DisabledProjects)">
9193
<AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
9294
</Project>
95+
<Project Include="hosting\**\*.csproj" Exclude="@(DisabledProjects)">
96+
<AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
97+
</Project>
9398
<Project Include="Interop\**\*.csproj" Exclude="@(DisabledProjects)">
9499
<AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
95100
</Project>
@@ -99,6 +104,9 @@
99104
<Project Include="GC\**\*.ilproj" Exclude="@(DisabledProjects)">
100105
<AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
101106
</Project>
107+
<Project Include="hosting\**\*.ilproj" Exclude="@(DisabledProjects)">
108+
<AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
109+
</Project>
102110
<Project Include="Interop\**\*.ilproj" Exclude="@(DisabledProjects)">
103111
<AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
104112
</Project>

0 commit comments

Comments
 (0)