Skip to content

Commit

Permalink
fix(pipeline): Github release improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
bengreenier committed Jul 30, 2019
1 parent ea79a5f commit 7627b8f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ steps:
isDraft: true
action: 'create'
target: '$(Build.SourceVersion)'
tagSource: 'auto'
title: '$(Build.SourceVersion)'
assets: '$(System.DefaultWorkingDirectory)/bin/**'
tagSource: 'manual'
tag: '$(Build.BuildNumber)'
title: '$(Build.BuildNumber) - $(Build.SourceVersion)'
assets: '$(System.DefaultWorkingDirectory)/bin/**'

0 comments on commit 7627b8f

Please sign in to comment.