Skip to content

Commit d285852

Browse files
committed
add artifact name
1 parent 8a758e2 commit d285852

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

eng/ci/templates/official/jobs/assemble-artifacts.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ jobs:
1010
templateContext:
1111
inputs:
1212
- input: pipelineArtifact
13-
source: core-tools-host
14-
artifact: drop-coretools-host-linux-signed
13+
pipeline: core-tools-host
14+
artifactName: drop-coretools-host-linux-signed
1515
- input: pipelineArtifact
16-
source: core-tools-host
17-
artifact: drop-coretools-host-windows
16+
pipeline: core-tools-host
17+
artifactName: drop-coretools-host-windows
1818
- input: pipelineArtifact
19-
source: core-tools-inproc
20-
artifact: drop-inproc6
19+
pipeline: core-tools-inproc
20+
artifactName: drop-inproc6
2121
- input: pipelineArtifact
22-
source: core-tools-inproc
23-
artifact: drop-inproc8
22+
pipeline: core-tools-inproc
23+
artifactName: drop-inproc8
2424
- input: pipelineArtifact
25-
source: core-tools-default
26-
artifact: drop
25+
pipeline: core-tools-default
26+
artifactName: drop
2727

2828
outputs:
2929
- output: pipelineArtifact

0 commit comments

Comments
 (0)