diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 319445d..f0daa59 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -93,6 +93,8 @@ steps: tagSource: 'gitTag' tagPattern: '\d\.\d' target: '$(Build.SourceVersion)' - changeLogCompareToRelease: 'lastNonDraftReleaseByTag' + tag: '$(dBTestCompareVersion)' + title: 'Version $(dBTestCompareVersion)' + changeLogCompareToRelease: 'lastFullRelease' changeLogType: 'commitBased' assets: $(Build.ArtifactStagingDirectory)/DBTestCompare$(dBTestCompareVersion).zip \ No newline at end of file