From 7716ffa4f7b85f4cd164039aa22f460ff2c186d8 Mon Sep 17 00:00:00 2001 From: Tomas Grosup Date: Wed, 4 Jun 2025 11:16:10 +0200 Subject: [PATCH] Update azure-pipelines.yml - changes for signed builds and localization --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dae90331bba..328babc4c89 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -88,7 +88,7 @@ extends: # Signed build # #-------------------------------------------------------------------------------------------------------------------# # Localization: we only run it for specific release branches - - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.14') }}: + - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}: - template: /eng/common/templates-official/job/onelocbuild.yml@self parameters: MirrorRepo: fsharp @@ -133,7 +133,7 @@ extends: - checkout: self clean: true - template: /eng/restore-internal-tools.yml - - script: eng\CIBuild.cmd + - script: eng\CIBuildNoPublish.cmd -configuration $(_BuildConfig) -prepareMachine -testAllButIntegrationAndAot