File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 DEBUG : $[ coalesce(variables['System.Debug'], 'False') ]
2626 ob_outputDirectory : $(Build.ArtifactStagingDirectory)
2727 ${{ if eq(job_data.job, 'linux_amd64') }} :
28- # LinuxContainerImage: 'mcr.microsoft.com/mirror/docker/library/ubuntu:24.04'
28+ LinuxContainerImage : ' mcr.microsoft.com/mirror/docker/library/ubuntu:24.04'
2929 OS : linux
3030 ARCH : amd64
3131 GOOS : linux
@@ -122,7 +122,7 @@ jobs:
122122 ob_extract_root_artifact : true
123123 ${{ if eq(job_data.job, 'linux_amd64') }} :
124124 # LinuxContainerImage: 'mcr.microsoft.com/onebranch/azurelinux/build:3.0'
125- LinuxContainerImage : ' onebranch.azurecr.io/linux/ ubuntu-2404:latest '
125+ LinuxContainerImage : ' mcr.microsoft.com/mirror/docker/library/ ubuntu:24.04 '
126126 ARCH : amd64
127127 OS : linux
128128 ${{ elseif eq(job_data.job, 'windows_amd64') }} :
You can’t perform that action at this time.
0 commit comments