Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Correct bug in regex of tag pattern in azure-pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Apr 30, 2020
1 parent f709769 commit d0ca27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ stages:
action: create
target: $(Build.SourceVersion)
tagSource: gitTag
tagPattern: v*
tagPattern: v.*
isPreRelease: contains($(libraryVersion.version), '-')
releaseNotesSource: inline
releaseNotesInline: |
Expand Down

0 comments on commit d0ca27a

Please sign in to comment.