@@ -73,7 +73,7 @@ stages:
73
73
parameters :
74
74
agentOs : Linux
75
75
jobName : Build_Ubuntu_18_04_Debug_x64
76
- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-20220916154732-3c53da6 '
76
+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04'
77
77
buildConfiguration : Debug
78
78
buildArchitecture : x64
79
79
linuxPortable : true
@@ -82,7 +82,7 @@ stages:
82
82
parameters :
83
83
agentOs : Linux
84
84
jobName : Build_Fedora_36_Debug_x64
85
- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36-20220912173100-a09384f '
85
+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36'
86
86
buildConfiguration : Debug
87
87
buildArchitecture : x64
88
88
linuxPortable : true
@@ -91,7 +91,7 @@ stages:
91
91
parameters :
92
92
agentOs : Linux
93
93
jobName : Build_CentOS_7_Debug_x64
94
- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-20220912172913-d16db59 '
94
+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7'
95
95
buildConfiguration : Debug
96
96
buildArchitecture : x64
97
97
linuxPortable : false
@@ -100,7 +100,7 @@ stages:
100
100
parameters :
101
101
agentOs : Linux
102
102
jobName : Build_Debian_Stretch_Debug_x64
103
- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:debian-stretch-20220912173009-94fc78a '
103
+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:debian-stretch'
104
104
buildConfiguration : Debug
105
105
buildArchitecture : x64
106
106
additionalBuildParameters : ' /p:BuildSdkDeb=true'
@@ -120,7 +120,7 @@ stages:
120
120
parameters :
121
121
agentOs : Linux
122
122
jobName : Build_Linux_musl_Debug_x64
123
- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-WithNode-20220916182008-f0ea7ba '
123
+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-WithNode'
124
124
buildConfiguration : Debug
125
125
buildArchitecture : x64
126
126
runtimeIdentifier : ' linux-musl-x64'
@@ -200,7 +200,7 @@ stages:
200
200
parameters :
201
201
agentOs : Linux
202
202
jobName : Build_Linux_musl_Release_arm
203
- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-20220916154619-56ef508 '
203
+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross'
204
204
buildConfiguration : Release
205
205
buildArchitecture : arm
206
206
runtimeIdentifier : ' linux-musl-arm'
@@ -221,7 +221,7 @@ stages:
221
221
parameters :
222
222
agentOs : Linux
223
223
jobName : Build_Linux_musl_Release_x64
224
- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-WithNode-20220916182008-f0ea7ba '
224
+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-WithNode'
225
225
buildConfiguration : Release
226
226
buildArchitecture : x64
227
227
runtimeIdentifier : ' linux-musl-x64'
@@ -233,7 +233,7 @@ stages:
233
233
parameters :
234
234
agentOs : Linux
235
235
jobName : Build_Linux_Portable_Deb_Release_x64
236
- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-debpkg-20220916154732-cfdd435 '
236
+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-debpkg'
237
237
buildConfiguration : Release
238
238
buildArchitecture : x64
239
239
# Do not publish zips and tarballs. The linux-x64 binaries are
@@ -245,7 +245,7 @@ stages:
245
245
parameters :
246
246
agentOs : Linux
247
247
jobName : Build_Linux_Portable_Rpm_Release_x64
248
- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-rpmpkg-20220912172913-d0fa36f '
248
+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-rpmpkg'
249
249
buildConfiguration : Release
250
250
buildArchitecture : x64
251
251
# Do not publish zips and tarballs. The linux-x64 binaries are
@@ -257,7 +257,7 @@ stages:
257
257
parameters :
258
258
agentOs : Linux
259
259
jobName : Build_Linux_Portable_Rpm_Release_Arm64
260
- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-rpmpkg-20220912172913-d0fa36f '
260
+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-rpmpkg'
261
261
buildConfiguration : Release
262
262
buildArchitecture : arm64
263
263
runtimeIdentifier : ' linux-arm64'
0 commit comments