-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Open
Labels
area-Hostin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged
Milestone
Description
Since #73095, we are now building the host subset when building clr. However, the host subset includes a few test directories:
Line 73 in f244adb
| <DefaultHostSubsets Condition="'$(DotNetBuildFromSource)' != 'true'">$(DefaultHostSubsets)+host.tests</DefaultHostSubsets> |
and
| add_subdirectory(test) |
We should refactor our build so we don't need to build these tests when running a "normal" dev build: .\build.cmd libs+clr -rc Release.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-Hostin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged
Type
Projects
Status
No status