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
ivanpaulovich committed Oct 17, 2019
1 parent b776635 commit 070af36
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,13 @@ steps:
command: 'test'
projects: 'test/UnitTests/UnitTests.csproj'
testRunTitle: 'Test'

- task: GitHubRelease@1
inputs:
gitHubConnection: 'ivanpaulovich'
repositoryName: '$(Build.Repository.Name)'
action: 'create'
target: '$(Build.SourceVersion)'
tagSource: 'gitTag'
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'commitBased'

0 comments on commit 070af36

Please sign in to comment.