Skip to content

Commit 2e6aaed

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 01f56df commit 2e6aaed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ steps:
4242
repositoryName: '$(Build.Repository.Name)'
4343
action: 'create'
4444
target: '$(Build.SourceVersion)'
45-
tagSource: 'userSpecifiedTag'
46-
tag: 'Release_$(Build.SourceVersion)'
45+
tagSource: 'gitTag'
46+
tagPattern: 'v1.*'
4747
assets: '$(System.DefaultWorkingDirectory)/$(Build.Repository.Name).zip'
4848
isDraft: true
4949
changeLogCompareToRelease: 'lastFullRelease'

0 commit comments

Comments
 (0)