Skip to content

Commit 43c32a9

Browse files
committed
Try dotting to job
1 parent 286d45a commit 43c32a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/templates/stages/vmr-build-with-join.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ stages:
7878
- ${{ if ne(stage.templateContext.validationOnly, 'true') }}:
7979
- ${{ each vertical in stage.jobs.*.job }}:
8080
- input: pipelineArtifact
81-
path: $(Build.ArtifactStagingDirectory)/VerticalArtifacts/${{ vertical }}
82-
artifactName: ${{ vertical }}_Artifacts
81+
path: $(Build.ArtifactStagingDirectory)/VerticalArtifacts/${{ vertical.job }}
82+
artifactName: ${{ vertical.job }}_Artifacts
8383
- input: pipelineArtifact
8484
path: $(Build.ArtifactStagingDirectory)/VerticalManifests
8585
artifactName: VerticalManifests

0 commit comments

Comments
 (0)