Skip to content

Commit e185fa9

Browse files
committed
Update copy path
1 parent 42c59e9 commit e185fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/how-to-continuous-integration-continuous-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Set up continuous integration and continuous deployment using YAML
44
author: PatAltimore
55

66
ms.author: patricka
7-
ms.date: 04/08/2024
7+
ms.date: 05/07/2025
88
ms.topic: conceptual
99
ms.service: azure-iot-edge
1010
services: iot-edge
@@ -114,7 +114,7 @@ In this section, you create a new build pipeline. You configure the pipeline to
114114
| Parameter | Description |
115115
| --- | --- |
116116
| Source Folder | The source folder to copy from. Empty is the root of the repo. Use variables if files are not in the repo. Example: `$(agent.builddirectory)`.
117-
| Contents | Add two lines: `deployment.template.json` and `**/module.json`. |
117+
| Contents | Add two lines: `deployment.template.json` and `modules/**/module.json`. |
118118
| Target Folder | Specify the variable `$(Build.ArtifactStagingDirectory)`. See [Build variables](/azure/devops/pipelines/build/variables?tabs=yaml#build-variables) to learn about the description. |
119119

120120
For more information about this task and its parameters, see [Copy files task](/azure/devops/pipelines/tasks/utility/copy-files).

0 commit comments

Comments
 (0)