Skip to content

Commit 88dd55b

Browse files
authored
Update reference-pipeline-yaml.md
Updates related to User Story 1712617: https://mseng.visualstudio.com/TechnicalContent/_queries/edit/1712617
1 parent 474208f commit 88dd55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/reference-pipeline-yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ pipeline:
362362

363363
| YAML key | Description |
364364
| ----- | ----- |
365-
| `steps` | Sequence of one or more PipelineStep definitions. Note that the `destination` of one step's `outputs` become the keys to the `inputs` of the .|
365+
| `steps` | Sequence of one or more PipelineStep definitions. Note that the `destination` keys of one step's `outputs` become the `source` keys to the `inputs` of the next step.|
366366

367367
```yaml
368368
pipeline:

0 commit comments

Comments
 (0)