Skip to content

Commit 2264514

Browse files
author
Sheyla Trudo
committed
fixup! Separate Build Changes
1 parent e633d58 commit 2264514

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pipelines/containers/container-template.jobs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,13 @@ jobs:
3131
name: $(BUILD_POOL_NAME_LINUX_ARM64)
3232

3333
templateContext:
34+
outputs:
35+
- output: pipelineArtifact
36+
targetPath: $(System.DefaultWorkingDirectory)/output
37+
artifactName: output
3438
type: containerBuildJob
3539
arguments:
40+
pipelineArtifact: output
3641
image: $(IMAGE_NAME_AND_TAG_${{ parameters.name }})
3742
dockerfile: $(DOCKERFILE_PATH_${{ parameters.name }})
3843
path: $(BUILD_CONTEXT_${{ parameters.name }})

0 commit comments

Comments
 (0)