File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 10
10
variables :
11
11
BuildConfiguration : ' release'
12
12
PackageRoot : ' $(System.ArtifactsDirectory)/Packages'
13
- LinuxContainerImage : ' mcr.microsoft.com/onebranch/cbl-mariner/build:2.0'
14
- WindowsContainerImage : onebranch.azurecr.io/windows/ltsc2019/vse2022:latest
13
+ # LinuxContainerImage: 'mcr.microsoft.com/onebranch/cbl-mariner/build:2.0'
14
+ LinuxContainerImage : ' onebranch.azurecr.io/linux/ubuntu-2204:latest'
15
+ WindowsContainerImage : ' onebranch.azurecr.io/windows/ltsc2022/vse2022:latest'
15
16
16
17
resources :
17
18
repositories :
@@ -64,7 +65,6 @@ extends:
64
65
ob_sdl_sbom_enabled : false
65
66
ob_signing_setup_enabled : false
66
67
ob_sdl_codeql_compiled_enabled : false
67
- WindowsContainerImage : ' onebranch.azurecr.io/windows/ltsc2022/vse2022:latest'
68
68
steps :
69
69
- checkout : self
70
70
- pwsh : |
@@ -280,7 +280,6 @@ extends:
280
280
variables :
281
281
PackageVersion : $[ dependencies.SetPackageVersion.outputs['Package.Version'] ]
282
282
ob_outputDirectory : ' $(Build.ArtifactStagingDirectory)'
283
- LinuxContainerImage : ' onebranch.azurecr.io/linux/ubuntu-2204:latest'
284
283
displayName : Linux-x64-musl
285
284
pool :
286
285
type : linux
@@ -307,7 +306,6 @@ extends:
307
306
variables :
308
307
PackageVersion : $[ dependencies.SetPackageVersion.outputs['Package.Version'] ]
309
308
ob_outputDirectory : ' $(Build.ArtifactStagingDirectory)'
310
- LinuxContainerImage : ' onebranch.azurecr.io/linux/ubuntu-2204:latest'
311
309
displayName : Linux-ARM64-musl
312
310
pool :
313
311
type : linux
You can’t perform that action at this time.
0 commit comments