diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ddf3365..f57179e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -130,7 +130,7 @@ jobs: target: '$(Build.SourceVersion)' tagSource: 'userSpecifiedTag' tag: '$(ReleaseTag)' - title: '$(version)' + title: '$(ReleaseTag)' isPreRelease: $(isPrerelease) changeLogCompareToRelease: 'lastFullRelease' changeLogType: 'commitBased'