File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ stages:
116116 type : docker
117117 variables :
118118 LinuxContainerImage : ' onebranch.azurecr.io/linux/ubuntu-2204:latest'
119- ob_outputDirectory : $(Build.SourcesDirectory)/out/images/$(os)- $(arch)
119+ ob_outputDirectory : $(Build.SourcesDirectory)/out/images/$(os)_ $(arch)
120120 ob_artifactSuffix : _$(name)
121121
122122 ARCH : amd64
@@ -177,7 +177,7 @@ stages:
177177 type : docker
178178 variables :
179179 LinuxContainerImage : ' onebranch.azurecr.io/linux/ubuntu-2204:latest'
180- ob_outputDirectory : $(Build.SourcesDirectory)/out/images/$(os)- $(arch)
180+ ob_outputDirectory : $(Build.SourcesDirectory)/out/images/$(os)_ $(arch)
181181 ob_artifactSuffix : _$(name)
182182 ob_enable_qemu : true
183183
@@ -232,7 +232,7 @@ stages:
232232 type : docker
233233 hostArchitecture : arm64
234234 variables :
235- ob_outputDirectory : $(Build.SourcesDirectory)/out/images/$(os)- $(arch)
235+ ob_outputDirectory : $(Build.SourcesDirectory)/out/images/$(os)_ $(arch)
236236 ob_artifactSuffix : _$(name)
237237 ob_build_container : true
238238
You can’t perform that action at this time.
0 commit comments