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
dynamictulip committed Aug 1, 2020
1 parent 2b8cfd2 commit c06d744
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ steps:
publishLocation: 'Container'

- task: GitHubRelease@1
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
inputs:
gitHubConnection: 'dynamictulip (1)'
repositoryName: 'dynamictulip/Ponydorro'
action: 'create'
target: '$(Build.SourceVersion)'
tagSource: 'gitTag'
tagSource: 'userSpecifiedTag'
tag: 'v$(MajorVersion).$(Build.BuildNumber)'
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'commitBased'

0 comments on commit c06d744

Please sign in to comment.