From a82184efbe440c4171a09aa0f64ac1b8731dcc0c Mon Sep 17 00:00:00 2001 From: Matt Jeanes Date: Sat, 7 Mar 2020 21:56:57 +0000 Subject: [PATCH] Update publish-os-steps.yml --- .azuredevops/pipelines/templates/publish-os-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azuredevops/pipelines/templates/publish-os-steps.yml b/.azuredevops/pipelines/templates/publish-os-steps.yml index db4527f86..f313bc348 100644 --- a/.azuredevops/pipelines/templates/publish-os-steps.yml +++ b/.azuredevops/pipelines/templates/publish-os-steps.yml @@ -12,7 +12,7 @@ steps: inputs: buildType: 'current' artifactName: 'angular_dist' - targetPath: '$(Build.ArtifactStagingDirectory)/angular_dist + targetPath: '$(Build.ArtifactStagingDirectory)/angular_dist' - task: CopyFiles@2 displayName: 'Copy Angular App $(runtime)'