From efcc3c2f498752bda9aad27948a4a0d66f66fe79 Mon Sep 17 00:00:00 2001 From: Matt Jeanes Date: Sat, 7 Mar 2020 21:30:40 +0000 Subject: [PATCH] Update build-steps.yml --- .azuredevops/pipelines/templates/build-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'