From d7e3b555d708f2612365355cb54097379f6ea1fd Mon Sep 17 00:00:00 2001 From: Tomas Grosup Date: Thu, 18 Jun 2026 11:12:04 +0200 Subject: [PATCH] Don't regenerate xlf files in source-only builds Non-CI source-only builds default UpdateXlfOnBuild to true, then fail with "The target UpdateXlf does not exist" when XliffTasks isn't imported for an inner target framework. Source builds use the checked-in xlf. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- FSharpBuild.Directory.Build.targets | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FSharpBuild.Directory.Build.targets b/FSharpBuild.Directory.Build.targets index 6e64ad71531..aca30e3a86c 100644 --- a/FSharpBuild.Directory.Build.targets +++ b/FSharpBuild.Directory.Build.targets @@ -5,6 +5,12 @@ + + + false + + $(DefineConstants);Release $(DefineConstants);Debug