From cc36df14ab51d63065520f45afcfcc809b98b7a9 Mon Sep 17 00:00:00 2001 From: Will Godbe Date: Thu, 8 Apr 2021 09:45:39 -0700 Subject: [PATCH 1/2] Use ubuntu 18.04 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8079ce020de..f9ab93cfeb0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -133,7 +133,7 @@ stages: timeoutInMinutes: 120 enablePublishTestResults: true pool: - vmImage: ubuntu-16.04 + vmImage: ubuntu-18.04 variables: - _runCounter: $[counter(variables['Build.Reason'], 0)] - ${{ if and(eq(variables['System.TeamProject'], 'public'), eq(variables['system.pullrequest.isfork'], false), notin(variables['Build.Reason'], 'PullRequest', 'Schedule', 'BuildCompletion')) }}: From e1b48bb201837bb86c6e2dbf0b7543ba49cf2559 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Thu, 8 Apr 2021 13:01:46 -0700 Subject: [PATCH 2/2] Update azure-pipelines.yml --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f9ab93cfeb0..dacb47f9525 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,6 +22,12 @@ variables: - ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: _InternalRuntimeDownloadArgs value: '' + - name: LC_ALL + value: 'en_US.UTF-8' + - name: LANG + value: 'en_US.UTF-8' + - name: LANGUAGE + value: 'en_US.UTF-8' trigger: batch: true