summaryrefslogtreecommitdiff
path: root/tests/src/dirs.proj
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-03-29 10:20:23 -0700
committerBruce Forstall <brucefo@microsoft.com>2018-03-29 10:20:23 -0700
commit2902d90c0518a93f645677f870e31037c16f082a (patch)
tree057f265ed02f2e63b135e2089553a77bfb0a3843 /tests/src/dirs.proj
parentf427718793293d8b771aa2e66c60015f85e9bde2 (diff)
downloadcoreclr-2902d90c0518a93f645677f870e31037c16f082a.tar.gz
coreclr-2902d90c0518a93f645677f870e31037c16f082a.tar.bz2
coreclr-2902d90c0518a93f645677f870e31037c16f082a.zip
Add back hosting to split builds
Diffstat (limited to 'tests/src/dirs.proj')
-rw-r--r--tests/src/dirs.proj8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/src/dirs.proj b/tests/src/dirs.proj
index bf3e1888f8..b6f9f6daf7 100644
--- a/tests/src/dirs.proj
+++ b/tests/src/dirs.proj
@@ -45,6 +45,7 @@
<!-- Test build is divided in slices which can be created within Test Group
Priority 0 tests are build using Test Group 1 with 2 subgroups or slices -->
+
<ItemGroup Condition="$(__BuildOS) == 'Windows_NT' And $(__TestGroupToBuild) == '1' And $(TestBuildSlice) == '1'">
<Project Include="*\**\*.csproj" Exclude="@(DisabledProjects)">
<AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
@@ -59,6 +60,7 @@
<!-- Test build is divided in slices which can be created within Test Group
Priority 1 or higher tests are build using Test Group 2 with 16 subgroups or slices -->
+
<ItemGroup Condition="($(__BuildOS) == 'Windows_NT' And $(__TestGroupToBuild) == '2' And $(TestBuildSlice) == '1')">
<Project Include="baseservices\**\*.csproj" Exclude="@(DisabledProjects)">
<AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
@@ -90,6 +92,9 @@
<Project Include="GC\**\*.csproj" Exclude="@(DisabledProjects)">
<AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
</Project>
+ <Project Include="hosting\**\*.csproj" Exclude="@(DisabledProjects)">
+ <AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
+ </Project>
<Project Include="Interop\**\*.csproj" Exclude="@(DisabledProjects)">
<AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
</Project>
@@ -99,6 +104,9 @@
<Project Include="GC\**\*.ilproj" Exclude="@(DisabledProjects)">
<AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
</Project>
+ <Project Include="hosting\**\*.ilproj" Exclude="@(DisabledProjects)">
+ <AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
+ </Project>
<Project Include="Interop\**\*.ilproj" Exclude="@(DisabledProjects)">
<AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
</Project>