Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix building CLR test tree (dotnet#74547)
* If we're only building Pri-0 tests, don't try to AOT compile Pri-1 tests. `_WillCLRTestProjectBuild` is the property that checks for that. * Targeting pack references get injected in a way that the compiler targets don't see. The compiler targets are written for publish scenarios but we're not doing a publish. Fixes dotnet#68394
- Loading branch information