Skip to content

Commit a4bc7cb

Browse files
authored
[release/7.0] Use Ubuntu 20.04 a bit more (dotnet#44173)
- make version consistent w/ AzDO hosted image - images now available (dotnet/arcade#10833 gap filled)
1 parent cb31b0a commit a4bc7cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/pipelines/jobs/default-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ jobs:
113113
${{ if or(eq(parameters.useHostedUbuntu, false), and(eq(variables['System.TeamProject'], 'internal'), notin(variables['Build.Reason'], 'Manual', 'PullRequest', 'Schedule'))) }}:
114114
${{ if eq(variables['System.TeamProject'], 'public') }}:
115115
name: NetCore-Svc-Public
116-
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
116+
demands: ImageOverride -equals Build.Ubuntu.2004.Amd64.Open
117117
${{ if eq(variables['System.TeamProject'], 'internal') }}:
118118
name: NetCore1ESPool-Svc-Internal
119-
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64
119+
demands: ImageOverride -equals Build.Ubuntu.2004.Amd64
120120
${{ if eq(parameters.agentOs, 'Windows') }}:
121121
${{ if eq(variables['System.TeamProject'], 'public') }}:
122122
name: NetCore-Svc-Public

0 commit comments

Comments
 (0)