From 6871fd0e8e5257f3ffebd1a1b2ca50e5f494e7f6 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Tue, 3 Aug 2021 16:52:45 +0100 Subject: [PATCH] Ensure LICENSE.txt file is generated even in PGO builds (GH-27580) --- PCbuild/regen.targets | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/PCbuild/regen.targets b/PCbuild/regen.targets index 27fdd6e29b8bc2..9492cff2d8c3ea 100644 --- a/PCbuild/regen.targets +++ b/PCbuild/regen.targets @@ -101,7 +101,8 @@ + Condition="($(Platform) == 'Win32' or $(Platform) == 'x64') and + $(Configuration) != 'PGInstrument' and $(Configuration) != 'PGUpdate'"> @@ -121,7 +122,5 @@ - +