From ab11fac99b13633a717aeea69e9ec2c260356604 Mon Sep 17 00:00:00 2001 From: Tom-Inge Larsen Date: Thu, 16 Nov 2017 20:55:36 +0100 Subject: [PATCH] Update dscCiCd.md Missing a period on line 378. Should be `$(Build.ArtifactStagingDirectory)\` not `$(BuildArtifactStagingDirectory)\`. --- dsc/dscCiCd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsc/dscCiCd.md b/dsc/dscCiCd.md index 53c40ad7f7da..37e2fbe01912 100644 --- a/dsc/dscCiCd.md +++ b/dsc/dscCiCd.md @@ -375,7 +375,7 @@ and stores the results in the `InfraDNS/Tests/Results/*.xml` folder. **\Integration\** ``` -1. Set **TargetFolder** to `$(BuildArtifactStagingDirectory)\` +1. Set **TargetFolder** to `$(Build.ArtifactStagingDirectory)\` 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.