Skip to content

Commit d892b7f

Browse files
author
Mirroring
committed
Merge commit '00ccdc1d3d71d5e5b8e565c12123e9d2f0bf9a40'
2 parents 22c9501 + 00ccdc1 commit d892b7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vsts-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ extends:
117117
enableInternalSources: true
118118
platform:
119119
name: 'Managed'
120-
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
120+
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9'
121121
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
122122
- template: /eng/build.yml@self
123123
parameters:

.vsts-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ stages:
9090
enableInternalSources: true
9191
platform:
9292
name: 'Managed'
93-
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
93+
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9'
9494
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
9595
- template: /eng/build-pr.yml
9696
parameters:

0 commit comments

Comments
 (0)