Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Mar 3, 2021
1 parent bf3f54c commit f59e483
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 @@ -152,7 +152,7 @@ jobs:
target: '$(Build.SourceVersion)'
tag: '$(dBTestCompareGeneratorVersion)'
title: 'Version $(dBTestCompareGeneratorVersion)'
changeLogCompareToRelease: 'lastFullRelease'
changeLogCompareToRelease: 'lastNonDraftReleaseByTag'
changeLogType: 'commitBased'
assets: '$(Build.ArtifactStagingDirectory)/DBTestCompareGeneratorLinux$(dBTestCompareGeneratorVersion).zip'

Expand Down Expand Up @@ -194,6 +194,6 @@ jobs:
target: '$(Build.SourceVersion)'
tag: '$(dBTestCompareGeneratorVersion)'
title: 'Version $(dBTestCompareGeneratorVersion)'
changeLogCompareToRelease: 'lastFullRelease'
changeLogCompareToRelease: 'lastNonDraftReleaseByTag'
changeLogType: 'commitBased'
assets: '$(Build.ArtifactStagingDirectory)/DBTestCompareGeneratorWindows$(dBTestCompareGeneratorVersion).zip'

0 comments on commit f59e483

Please sign in to comment.