Skip to content

Commit c1e5107

Browse files
authored
Update CentOS tags in 6.0.4xx (#40209)
2 parents 19a271f + e1ffbe1 commit c1e5107

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
@@ -104,7 +104,7 @@ extends:
104104
enableInternalSources: true
105105
platform:
106106
name: 'Managed'
107-
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-3e800f1-20190501005343'
107+
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7'
108108
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
109109
- template: /eng/build.yml@self
110110
parameters:

.vsts-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ stages:
7979
enableInternalSources: true
8080
platform:
8181
name: 'Managed'
82-
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-3e800f1-20190501005343'
82+
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7'
8383
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
8484
- template: /eng/build-pr.yml
8585
parameters:

0 commit comments

Comments
 (0)