From 619edb89d773c8b31f8af038acb21ee5b48e02d7 Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Sat, 1 Dec 2018 17:52:36 -0800 Subject: [PATCH] try to workaround linux issue --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9d5c84f90b..d076050997 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -136,6 +136,7 @@ phases: - script: eng/common/cibuild.sh --configuration $(_BuildConfig) --prepareMachine + env: { LC_ALL: en_US.UTF-8 } # workaround an issue with bash + MSBuild name: Build displayName: Build condition: succeeded()