Skip to content

Commit 21f717f

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
add pool type
1 parent 6183222 commit 21f717f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pipelines/DSC-Official.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ extends:
5151
- job: SetPackageVersion
5252
displayName: Set PackageVersion
5353
pool:
54+
type: windows
5455
vmImage: windows-latest
5556
variables:
5657
repoRoot: $(Build.SourcesDirectory)\DSC
@@ -249,6 +250,7 @@ extends:
249250
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
250251
displayName: Linux-ARM64-gnu
251252
pool:
253+
type: linux
252254
vmImage: ubuntu-latest
253255
hostArchitecture: arm64
254256
steps:
@@ -274,6 +276,7 @@ extends:
274276
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
275277
displayName: Linux-x64-musl
276278
pool:
279+
type: linux
277280
vmImage: Ubuntu-Latest
278281
steps:
279282
- task: RustInstaller@1
@@ -299,6 +302,7 @@ extends:
299302
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
300303
displayName: Linux-ARM64-musl
301304
pool:
305+
type: linux
302306
vmImage: Ubuntu-Latest
303307
hostArchitecture: arm64
304308
steps:

0 commit comments

Comments
 (0)