From 0b5b2efa6c4d956dceba972581619ca6a693c6a2 Mon Sep 17 00:00:00 2001 From: Mario Apra Date: Mon, 28 Sep 2020 18:29:16 +1300 Subject: [PATCH] Fix template reference --- docs/pipelines/process/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pipelines/process/templates.md b/docs/pipelines/process/templates.md index 3e240254ad6..c36cb0dc14b 100644 --- a/docs/pipelines/process/templates.md +++ b/docs/pipelines/process/templates.md @@ -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