Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.azure
diff options
context:
space:
mode:
authorDoug Bunting <6431421+dougbu@users.noreply.github.com>2022-09-27 01:41:05 +0300
committerGitHub <noreply@github.com>2022-09-27 01:41:05 +0300
commita4bc7cbca90b5c1c01ab7bf1af082e10fe26dd2b (patch)
tree83036e0d97280e5d09c5fdd7a981cc374ddb275e /.azure
parentcb31b0a872974fa896059341a97f9840a56899e6 (diff)
[release/7.0] Use Ubuntu 20.04 a bit more (#44173)
- make version consistent w/ AzDO hosted image - images now available (dotnet/arcade#10833 gap filled)
Diffstat (limited to '.azure')
-rw-r--r--.azure/pipelines/jobs/default-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure/pipelines/jobs/default-build.yml b/.azure/pipelines/jobs/default-build.yml
index 2025c53f8f..b7d4912761 100644
--- a/.azure/pipelines/jobs/default-build.yml
+++ b/.azure/pipelines/jobs/default-build.yml
@@ -113,10 +113,10 @@ jobs:
${{ if or(eq(parameters.useHostedUbuntu, false), and(eq(variables['System.TeamProject'], 'internal'), notin(variables['Build.Reason'], 'Manual', 'PullRequest', 'Schedule'))) }}:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore-Svc-Public
- demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
+ demands: ImageOverride -equals Build.Ubuntu.2004.Amd64.Open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Svc-Internal
- demands: ImageOverride -equals Build.Ubuntu.1804.Amd64
+ demands: ImageOverride -equals Build.Ubuntu.2004.Amd64
${{ if eq(parameters.agentOs, 'Windows') }}:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore-Svc-Public