We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca80a14 commit 39c81b2Copy full SHA for 39c81b2
1 file changed
azure-pipelines.yml
@@ -49,9 +49,10 @@ steps:
49
action: 'create'
50
target: '$(Build.SourceVersion)'
51
tagSource: 'gitTag'
52
- tagPattern: 'release-v*'
+ tagPattern: 'release-v.*'
53
releaseNotesFilePath: './RELEASE_NOTES.md'
54
assets: '$(Build.ArtifactStagingDirectory)/*.nupkg'
55
changeLogCompareToRelease: 'lastFullRelease'
56
changeLogType: 'commitBased'
57
58
+
0 commit comments