Skip to content

Commit

Permalink
fix(ci): resolving validation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronosSF committed Dec 17, 2024
1 parent 235c813 commit 6409269
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-devops/templates/cd-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6409269

Please sign in to comment.