From b8ff510ae290c6ebfee6e79bdf73268f4356d488 Mon Sep 17 00:00:00 2001 From: "Shyam Gupta (DevDiv)" Date: Tue, 7 Oct 2025 12:36:03 -0700 Subject: [PATCH 1/2] Trying fix for LocProject.json difference causing OneLocBuild task failure in CI builds. --- azure-pipelines.yml | 2 +- eng/Localize/LocProject.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 470fa5d4de7..ea83d5ddc7b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,7 +36,7 @@ variables: - name: PostBuildSign value: true - name: EnableLoc - value: ${{ contains(variables['Build.SourceBranch'], 'main') }} + value: true - name: NativeToolsOnMachine value: true diff --git a/eng/Localize/LocProject.json b/eng/Localize/LocProject.json index d6776f58d2c..5e223bacc30 100644 --- a/eng/Localize/LocProject.json +++ b/eng/Localize/LocProject.json @@ -246,4 +246,4 @@ ] } ] -} \ No newline at end of file +} From dc2ced9391fd415812494a0b6a074392feba3ffd Mon Sep 17 00:00:00 2001 From: "Shyam Gupta (DevDiv)" Date: Tue, 7 Oct 2025 13:57:59 -0700 Subject: [PATCH 2/2] Reverting the azure-pipelines.yml change as it was only done for testing in CI build. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ea83d5ddc7b..470fa5d4de7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,7 +36,7 @@ variables: - name: PostBuildSign value: true - name: EnableLoc - value: true + value: ${{ contains(variables['Build.SourceBranch'], 'main') }} - name: NativeToolsOnMachine value: true