Skip to content

Commit 29f83fe

Browse files
Update EOL versions (#39645)
Co-authored-by: Michael Simons <[email protected]>
1 parent 6a719af commit 29f83fe

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
@@ -116,7 +116,7 @@ extends:
116116
parameters:
117117
platform:
118118
name: 'Managed'
119-
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
119+
container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
120120
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
121121
- template: /eng/build.yml@self
122122
parameters:

.vsts-pr.yml

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

0 commit comments

Comments
 (0)