Skip to content

Commit d4b67d0

Browse files
author
Mirroring
committed
Merge commit 'c1e5107f867bad26448f322d4be105e462d1f24d'
2 parents 5437499 + c1e5107 commit d4b67d0

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)