Skip to content

Commit

Permalink
Set tagPattern: '[0-9].[0-9]'
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Mar 27, 2020
1 parent e9dde8d commit de6baaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ steps:
repositoryName: '$(Build.Repository.Name)'
action: 'edit'
tagSource: 'gitTag'
tagPattern: '\d\.\d'
tagPattern: '[0-9].[0-9]'
target: '$(Build.SourceVersion)'
tag: '$(dBTestCompareVersion)'
title: 'Version $(dBTestCompareVersion)'
changeLogCompareToRelease: 'lastFullRelease'
changeLogCompareToRelease: 'lastNonDraftReleaseByTag'
changeLogType: 'commitBased'
assets: $(Build.ArtifactStagingDirectory)/DBTestCompare$(dBTestCompareVersion).zip

0 comments on commit de6baaf

Please sign in to comment.