File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ extends:
60
60
ob_sdl_sbom_enabled : false
61
61
ob_signing_setup_enabled : false
62
62
ob_sdl_codeql_compiled_enabled : false
63
+ WindowsContainerImage : ' onebranch.azurecr.io/windows/ltsc2022/vse2022:latest'
63
64
steps :
64
65
- checkout : self
65
66
- pwsh : |
@@ -274,10 +275,10 @@ extends:
274
275
variables :
275
276
PackageVersion : $[ dependencies.SetPackageVersion.outputs['Package.Version'] ]
276
277
ob_outputDirectory : ' $(Build.ArtifactStagingDirectory)'
278
+ LinuxContainerImage : ' onebranch.azurecr.io/linux/ubuntu-2204:latest'
277
279
displayName : Linux-x64-musl
278
280
pool :
279
281
type : linux
280
- vmImage : Ubuntu-Latest
281
282
steps :
282
283
- task : RustInstaller@1
283
284
inputs :
@@ -300,10 +301,10 @@ extends:
300
301
variables :
301
302
PackageVersion : $[ dependencies.SetPackageVersion.outputs['Package.Version'] ]
302
303
ob_outputDirectory : ' $(Build.ArtifactStagingDirectory)'
304
+ LinuxContainerImage : ' onebranch.azurecr.io/linux/ubuntu-2204:latest'
303
305
displayName : Linux-ARM64-musl
304
306
pool :
305
307
type : linux
306
- vmImage : Ubuntu-Latest
307
308
hostArchitecture : arm64
308
309
steps :
309
310
- task : RustInstaller@1
You can’t perform that action at this time.
0 commit comments