From 687011c30189767617bd3a69cd277aec7c775f66 Mon Sep 17 00:00:00 2001 From: Jason Zhai Date: Tue, 1 Nov 2022 01:47:15 -0700 Subject: [PATCH] Update ubuntu 1804 to the new one --- .vsts-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 213dd68e0..78fc837c2 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -72,8 +72,8 @@ stages: - template: /eng/build.yml parameters: agentOs: Linux - jobName: Build_Ubuntu_18_04_Debug_x64 - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04' + jobName: Build_Ubuntu_22_04_Debug_x64 + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04' buildConfiguration: Debug buildArchitecture: x64 linuxPortable: true