Skip to content

Commit

Permalink
Added Github release to build +semver: skip
Browse files Browse the repository at this point in the history
  • Loading branch information
RobFaie committed Feb 8, 2020
1 parent f8fabcb commit 6d6e8e0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,15 @@ stages:
git -c "user.name=$(Build.RequestedFor)" -c "user.email=$(Build.RequestedForEmail)" commit -m "Updated module version: $(Build.BuildNumber) [skip ci]"
git push origin HEAD:master
workingDirectory: '$(Build.SourcesDirectory)'
- job: Github_Release
steps:
- task: GithubRelease@0
displayName: 'Create GitHub Release'
inputs:
gitHubConnection: RobFaie
repositoryName: Readify/PwshZendesk
tagSource: manual
tag: $(Build.BuildNumber)
assets: |
$(Pipeline.Workspace)/zip/*.zip
$(Pipeline.Workspace)/tar/*.tar

0 comments on commit 6d6e8e0

Please sign in to comment.