Update build-steps.yml

This commit is contained in:
Matt Jeanes 2020-03-07 21:30:40 +00:00 committed by GitHub
commit efcc3c2f49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ steps:
- task: PublishPipelineArtifact@1
inputs:
targetPath: '$(UiLocation)/dist'
targetPath: '$(UiLocation)dist'
artifact: 'angular_dist'
publishLocation: 'pipeline'