File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,6 @@ extends:
249
249
ob_outputDirectory : ' $(Build.ArtifactStagingDirectory)'
250
250
displayName : Linux-ARM64-gnu
251
251
pool :
252
- type : linux
253
252
vmImage : ubuntu-latest
254
253
hostArchitecture : arm64
255
254
steps :
@@ -275,7 +274,7 @@ extends:
275
274
ob_outputDirectory : ' $(Build.ArtifactStagingDirectory)'
276
275
displayName : Linux-x64-musl
277
276
pool :
278
- type : linux
277
+ vmImage : Ubuntu-Latest
279
278
steps :
280
279
- task : RustInstaller@1
281
280
inputs :
@@ -300,7 +299,7 @@ extends:
300
299
ob_outputDirectory : ' $(Build.ArtifactStagingDirectory)'
301
300
displayName : Linux-ARM64-musl
302
301
pool :
303
- type : linux
302
+ vmImage : Ubuntu-Latest
304
303
hostArchitecture : arm64
305
304
steps :
306
305
- task : RustInstaller@1
You can’t perform that action at this time.
0 commit comments