From 61243bb7adc0ca2fa6e87f5b5a4e06bd29603b94 Mon Sep 17 00:00:00 2001 From: Tomas Date: Mon, 14 Dec 2020 23:34:41 +0100 Subject: [PATCH] Compile System.Private.CoreLib with Crossgen2 by default, take 2 After Bruce's and JanK's fixes I'm no longer able to repro the previously observed failures in libraries tests locally so I'm switching back to lab testing; I plan to run several rounds of PR and outerloop tests to increase my confidence in the change. Thanks Tomas --- src/coreclr/crossgen-corelib.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/crossgen-corelib.proj b/src/coreclr/crossgen-corelib.proj index fadc1f514c872f..a9d781a9c7d36e 100644 --- a/src/coreclr/crossgen-corelib.proj +++ b/src/coreclr/crossgen-corelib.proj @@ -8,7 +8,7 @@ AfterTargets="Build"> - false + true $(TargetOS).$(TargetArchitecture).$(Configuration) $([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'artifacts'))