Change Centos7 legs to use Centos 8 Stream
This commit is contained in:
parent
1cf9a3bb5e
commit
5785512fb4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue