This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 45
45
46
46
<!-- Test build is divided in slices which can be created within Test Group
47
47
Priority 0 tests are build using Test Group 1 with 2 subgroups or slices -->
48
+
48
49
<ItemGroup Condition =" $(__BuildOS) == 'Windows_NT' And $(__TestGroupToBuild) == '1' And $(TestBuildSlice) == '1'" >
49
50
<Project Include =" *\**\*.csproj" Exclude =" @(DisabledProjects)" >
50
51
<AdditionalProperties >OSGroup=$(OSGroup)</AdditionalProperties >
59
60
60
61
<!-- Test build is divided in slices which can be created within Test Group
61
62
Priority 1 or higher tests are build using Test Group 2 with 16 subgroups or slices -->
63
+
62
64
<ItemGroup Condition =" ($(__BuildOS) == 'Windows_NT' And $(__TestGroupToBuild) == '2' And $(TestBuildSlice) == '1')" >
63
65
<Project Include =" baseservices\**\*.csproj" Exclude =" @(DisabledProjects)" >
64
66
<AdditionalProperties >OSGroup=$(OSGroup)</AdditionalProperties >
90
92
<Project Include =" GC\**\*.csproj" Exclude =" @(DisabledProjects)" >
91
93
<AdditionalProperties >OSGroup=$(OSGroup)</AdditionalProperties >
92
94
</Project >
95
+ <Project Include =" hosting\**\*.csproj" Exclude =" @(DisabledProjects)" >
96
+ <AdditionalProperties >OSGroup=$(OSGroup)</AdditionalProperties >
97
+ </Project >
93
98
<Project Include =" Interop\**\*.csproj" Exclude =" @(DisabledProjects)" >
94
99
<AdditionalProperties >OSGroup=$(OSGroup)</AdditionalProperties >
95
100
</Project >
99
104
<Project Include =" GC\**\*.ilproj" Exclude =" @(DisabledProjects)" >
100
105
<AdditionalProperties >OSGroup=$(OSGroup)</AdditionalProperties >
101
106
</Project >
107
+ <Project Include =" hosting\**\*.ilproj" Exclude =" @(DisabledProjects)" >
108
+ <AdditionalProperties >OSGroup=$(OSGroup)</AdditionalProperties >
109
+ </Project >
102
110
<Project Include =" Interop\**\*.ilproj" Exclude =" @(DisabledProjects)" >
103
111
<AdditionalProperties >OSGroup=$(OSGroup)</AdditionalProperties >
104
112
</Project >
You can’t perform that action at this time.
0 commit comments