Merge pull request #14856 from dotnet/Jason/Update-the-Linux-Agent

Update ubuntu 1804 to the new one
This commit is contained in:
Marc Paine 2022-11-03 15:53:39 -07:00 committed by GitHub
commit e82896a242
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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