We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 087b90f + 2e59928 commit ce90787Copy full SHA for ce90787
1 file changed
azure-pipelines.yml
@@ -61,7 +61,7 @@ jobs:
61
target: '$(Build.SourceVersion)'
62
tagSource: 'userSpecifiedTag'
63
tag: '$(ReleaseTag)'
64
- title: '$(PackageVersion)'
+ title: '$(ReleaseTag)'
65
releaseNotesSource: 'inline'
66
releaseNotesInline: ''
67
isPreRelease: ${{ not(startsWith(variables['Build.SourceBranch'], 'refs/tags/')) }}
0 commit comments