diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8725731..82d5030 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -43,7 +43,7 @@ steps: repositoryName: 'tbelbek/BigSqlRunner' action: 'create' target: '$(Build.SourceVersion)' - tagSource: gitTag - tagPattern: 'v$(MajorVersion).$(MinorVersion).$(IncrementReleaseTagNumber)' + tagSource: 'userSpecifiedTag' + tag: 'v$(Build.BuildNumber)' changeLogCompareToRelease: 'lastFullRelease' changeLogType: 'commitBased' \ No newline at end of file