diff --git a/.azuredevops/pipelines/templates/build-steps.yml b/.azuredevops/pipelines/templates/build-steps.yml index 795f6b103..1facc84e6 100644 --- a/.azuredevops/pipelines/templates/build-steps.yml +++ b/.azuredevops/pipelines/templates/build-steps.yml @@ -43,7 +43,7 @@ steps: - task: PublishPipelineArtifact@1 inputs: - targetPath: '$(UiLocation)/dist' + targetPath: '$(UiLocation)dist' artifact: 'angular_dist' publishLocation: 'pipeline'