File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -662,7 +662,7 @@ stages:
662
662
parameters :
663
663
condition : ne(variables['SkipTests'], 'true')
664
664
jobName : Linux_Test
665
- jobDisplayName : " Test: Ubuntu 18.04 x64"
665
+ jobDisplayName : " Test: Ubuntu x64"
666
666
agentOs : Linux
667
667
isTestingJob : true
668
668
buildArgs : --all --test "/p:RunTemplateTests=false" $(_InternalRuntimeDownloadArgs)
@@ -700,7 +700,7 @@ stages:
700
700
displayName : ' Test: Linux Source Build'
701
701
container : centos:7
702
702
pool :
703
- vmImage : ' ubuntu-18 .04'
703
+ vmImage : ' ubuntu-20 .04'
704
704
variables :
705
705
LC_ALL : ' en_US.UTF-8'
706
706
LANG : ' en_US.UTF-8'
Original file line number Diff line number Diff line change 91
91
${{ if eq(parameters.agentOs, 'macOS') }} :
92
92
vmImage : macOS-11
93
93
${{ if eq(parameters.agentOs, 'Linux') }} :
94
- vmImage : ubuntu-18 .04
94
+ vmImage : ubuntu-20 .04
95
95
${{ if eq(parameters.agentOs, 'Windows') }} :
96
96
${{ if eq(variables['System.TeamProject'], 'public') }} :
97
97
name : NetCore-Public
You can’t perform that action at this time.
0 commit comments