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)'