File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ extends:
51
51
- job : SetPackageVersion
52
52
displayName : Set PackageVersion
53
53
pool :
54
+ type : windows
54
55
vmImage : windows-latest
55
56
variables :
56
57
repoRoot : $(Build.SourcesDirectory)\DSC
@@ -249,6 +250,7 @@ extends:
249
250
ob_outputDirectory : ' $(Build.ArtifactStagingDirectory)'
250
251
displayName : Linux-ARM64-gnu
251
252
pool :
253
+ type : linux
252
254
vmImage : ubuntu-latest
253
255
hostArchitecture : arm64
254
256
steps :
@@ -274,6 +276,7 @@ extends:
274
276
ob_outputDirectory : ' $(Build.ArtifactStagingDirectory)'
275
277
displayName : Linux-x64-musl
276
278
pool :
279
+ type : linux
277
280
vmImage : Ubuntu-Latest
278
281
steps :
279
282
- task : RustInstaller@1
@@ -299,6 +302,7 @@ extends:
299
302
ob_outputDirectory : ' $(Build.ArtifactStagingDirectory)'
300
303
displayName : Linux-ARM64-musl
301
304
pool :
305
+ type : linux
302
306
vmImage : Ubuntu-Latest
303
307
hostArchitecture : arm64
304
308
steps :
You can’t perform that action at this time.
0 commit comments