Skip to content

Commit 8efb2b6

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
specify vmimage
1 parent dcdb76a commit 8efb2b6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.pipelines/DSC-Official.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ extends:
249249
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
250250
displayName: Linux-ARM64-gnu
251251
pool:
252-
type: linux
253252
vmImage: ubuntu-latest
254253
hostArchitecture: arm64
255254
steps:
@@ -275,7 +274,7 @@ extends:
275274
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
276275
displayName: Linux-x64-musl
277276
pool:
278-
type: linux
277+
vmImage: Ubuntu-Latest
279278
steps:
280279
- task: RustInstaller@1
281280
inputs:
@@ -300,7 +299,7 @@ extends:
300299
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
301300
displayName: Linux-ARM64-musl
302301
pool:
303-
type: linux
302+
vmImage: Ubuntu-Latest
304303
hostArchitecture: arm64
305304
steps:
306305
- task: RustInstaller@1

0 commit comments

Comments
 (0)