From 6409269f3da0242a536a3290c7f8afa034885142 Mon Sep 17 00:00:00 2001 From: Stamen Stoychev Date: Tue, 17 Dec 2024 18:07:23 +0200 Subject: [PATCH] fix(ci): resolving validation issue --- azure-devops/templates/cd-template.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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