Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmzliveid committed Jan 1, 2021
1 parent 01cdbd8 commit 2395dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- task: PublishPipelineArtifact@1
inputs:
artifactName: 'release-notes'
targetPath: 'release-notes/$(packageVersion)/'
targetPath: release-notes/v$(packageVersion)
condition: and(succeeded(), contains(variables['Build.SourceBranch'], 'refs/tags/'))
displayName: 'Publish release notes'

0 comments on commit 2395dec

Please sign in to comment.