File tree 2 files changed +10
-4
lines changed 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ stages:
566
566
jobDisplayName : " Build: Linux Musl ARM64"
567
567
agentOs : Linux
568
568
useHostedUbuntu : false
569
- container : mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16 .04-cross-arm64-alpine-20200413125008-406629a
569
+ container : mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18 .04-cross-arm64-alpine-20210311173921-b2c2436
570
570
buildScript : ./build.sh
571
571
buildArgs :
572
572
--arch arm64
@@ -680,7 +680,7 @@ stages:
680
680
parameters :
681
681
condition : ne(variables['SkipTests'], 'true')
682
682
jobName : Linux_Test
683
- jobDisplayName : " Test: Ubuntu 16 .04 x64"
683
+ jobDisplayName : " Test: Ubuntu 18 .04 x64"
684
684
agentOs : Linux
685
685
isTestingJob : true
686
686
useHostedUbuntu : false
@@ -734,12 +734,15 @@ stages:
734
734
displayName : ' Test: Linux Source Build'
735
735
container : centos:7
736
736
pool :
737
- vmImage : ' ubuntu-16 .04'
737
+ vmImage : ' ubuntu-18 .04'
738
738
variables :
739
739
DotNetCoreSdkDir : $(Agent.ToolsDirectory)/dotnet
740
740
# This isn't needed in the path because build does not need to _use_ global tools.
741
741
DOTNET_CLI_HOME : $(System.DefaultWorkingDirectory)
742
742
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT : true
743
+ LC_ALL : ' en_US.UTF-8'
744
+ LANG : ' en_US.UTF-8'
745
+ LANGUAGE : ' en_US.UTF-8'
743
746
steps :
744
747
- script : |
745
748
source eng/common/native/common-library.sh
Original file line number Diff line number Diff line change 95
95
vmImage : macOS-10.14
96
96
${{ if eq(parameters.agentOs, 'Linux') }} :
97
97
${{ if eq(parameters.useHostedUbuntu, true) }} :
98
- vmImage : ubuntu-16 .04
98
+ vmImage : ubuntu-18 .04
99
99
${{ if eq(parameters.useHostedUbuntu, false) }} :
100
100
${{ if eq(variables['System.TeamProject'], 'public') }} :
101
101
name : NetCorePublic-Pool
@@ -139,6 +139,9 @@ jobs:
139
139
- _SignType : real
140
140
- ${{ if in(variables['Build.Reason'], 'PullRequest') }} :
141
141
- _SignType : test
142
+ - LC_ALL : ' en_US.UTF-8'
143
+ - LANG : ' en_US.UTF-8'
144
+ - LANGUAGE : ' en_US.UTF-8'
142
145
steps :
143
146
- ${{ if ne(parameters.agentOs, 'Windows') }} :
144
147
- script : df -h
You can’t perform that action at this time.
0 commit comments