diff --git a/azure-devops/templates/cd-template.yml b/azure-devops/templates/cd-template.yml index cae8b49e1..0fbca4945 100644 --- a/azure-devops/templates/cd-template.yml +++ b/azure-devops/templates/cd-template.yml @@ -84,11 +84,11 @@ steps: UseUTF8: false - task: PublishPipelineArtifact@1 - displayName: Publish Artifact - inputs: - targetPath: $(Build.SourcesDirectory)/${{ parameters.targetFolder }} - artifact: $(Build.SourceBranchName)-artifact - publishLocation: pipeline + displayName: Publish Artifact + inputs: + targetPath: $(Build.SourcesDirectory)/${{ parameters.targetFolder }} + artifact: $(Build.SourceBranchName)-artifact + publishLocation: pipeline - task: Npm@1 displayName: Staging - Repositorify Angular Demos and LOB Demos