Skip to content

Commit e1ffbe1

Browse files
authored
Move to floating tags
1 parent 878b4b9 commit e1ffbe1

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

.vsts-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ stages:
8787
parameters:
8888
platform:
8989
name: 'Managed'
90-
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-3e800f1-20190501005343'
90+
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7'
9191
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
9292
- template: /eng/build-pr.yml
9393
parameters:

0 commit comments

Comments
 (0)