File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -779,6 +779,9 @@ stages:
779
779
# This isn't needed in the path because build does not need to _use_ global tools.
780
780
DOTNET_CLI_HOME : $(System.DefaultWorkingDirectory)
781
781
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT : true
782
+ LC_ALL : ' en_US.UTF-8'
783
+ LANG : ' en_US.UTF-8'
784
+ LANGUAGE : ' en_US.UTF-8'
782
785
steps :
783
786
- script : |
784
787
source eng/common/native/common-library.sh
Original file line number Diff line number Diff line change @@ -151,6 +151,9 @@ jobs:
151
151
- _SignType : real
152
152
- ${{ if in(variables['Build.Reason'], 'PullRequest') }} :
153
153
- _SignType : test
154
+ - LC_ALL : ' en_US.UTF-8'
155
+ - LANG : ' en_US.UTF-8'
156
+ - LANGUAGE : ' en_US.UTF-8'
154
157
steps :
155
158
- ${{ if ne(parameters.agentOs, 'Windows') }} :
156
159
- script : df -h
You can’t perform that action at this time.
0 commit comments