From 5785512fb4fd284dfbacf61302773c5a39c4aba1 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Thu, 13 Apr 2023 13:49:07 -0700 Subject: [PATCH] Change Centos7 legs to use Centos 8 Stream --- .vsts-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 521fcdb93..b44cf897c 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -94,8 +94,8 @@ stages: - template: eng/build.yml parameters: agentOs: Linux - jobName: Build_CentOS_7_Debug_x64 - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7' + jobName: Build_CentOS_8_Stream_Debug_x64 + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8' buildConfiguration: Debug buildArchitecture: x64 linuxPortable: false