Skip to content

Building clr shouldn't build host tests #73711

@eerhardt

Description

@eerhardt

Since #73095, we are now building the host subset when building clr. However, the host subset includes a few test directories:

<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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-Hostin-prThere is an active PR which will close this issue when it is merged

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions