From ac9407554954d920a15337f8af471b1d4f02a506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez=20L=C3=B3pez?= <1175054+carlossanlop@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:29:20 -0600 Subject: [PATCH] Ensuring XUnitLogChecker is included in libraries outerloop (#97135) To decide whether to include the XUnitLogChecker.csproj among the projects to build, check for TargetFrameworkIdentifier==.NETCoreApp instead of BuildTargetFramework==NetCoreAppCurrent. --- src/libraries/tests.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 9ad0f24299f4a..e18a1cd9e3701 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -762,7 +762,7 @@ BuildInParallel="$(Samples_BuildInParallel)" /> - +