Skip to content

Commit 9d91021

Browse files
authored
Fix duplicate LANG variables in ci.yml (#32059)
1 parent 7a3f9fe commit 9d91021

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.azure/pipelines/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -779,9 +779,6 @@ stages:
779779
# This isn't needed in the path because build does not need to _use_ global tools.
780780
DOTNET_CLI_HOME: $(System.DefaultWorkingDirectory)
781781
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: true
782-
LC_ALL: 'en_US.UTF-8'
783-
LANG: 'en_US.UTF-8'
784-
LANGUAGE: 'en_US.UTF-8'
785782
steps:
786783
- script: |
787784
source eng/common/native/common-library.sh

0 commit comments

Comments
 (0)