Skip to content

Commit 919d940

Browse files
tomlarseSean Wheeler
authored andcommitted
Update dscCiCd.md (#1865)
Missing a period on line 378. Should be `$(Build.ArtifactStagingDirectory)\` not `$(BuildArtifactStagingDirectory)\`.
1 parent 99be9ad commit 919d940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/dscCiCd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ and stores the results in the `InfraDNS/Tests/Results/*.xml` folder.
375375
**\Integration\**
376376
```
377377
378-
1. Set **TargetFolder** to `$(BuildArtifactStagingDirectory)\`
378+
1. Set **TargetFolder** to `$(Build.ArtifactStagingDirectory)\`
379379
380380
This step copies the build and test scripts to the staging directory so that the can be published as build artifacts by the next step.
381381

0 commit comments

Comments
 (0)