Skip to content

Commit

Permalink
Fix template reference
Browse files Browse the repository at this point in the history
  • Loading branch information
derrix060 committed Sep 28, 2020
1 parent a15adf7 commit 0b5b2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pipelines/process/templates.md
Expand Up @@ -178,7 +178,7 @@ steps:
You can copy content from one YAML and reuse it in a different YAML. This saves you from having to manually include the same logic in multiple places. The `include-npm-steps.yml` file template contains steps that are reused in `azure-pipelines.yml`.

```yaml
# File: include-npm-steps.yml
# File: templates/include-npm-steps.yml

steps:
- script: npm install
Expand Down

0 comments on commit 0b5b2ef

Please sign in to comment.