Skip to content

Commit 1ffbdba

Browse files
authored
Update CentOS tags in 8.0.1xx
1 parent 3c685aa commit 1ffbdba

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
parameters:
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
@@ -96,7 +96,7 @@ stages:
9696
parameters:
9797
platform:
9898
name: 'Managed'
99-
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
99+
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9'
100100
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
101101
- template: /eng/build-pr.yml
102102
parameters:

0 commit comments

Comments
 (0)