Skip to content

Commit

Permalink
create github relase
Browse files Browse the repository at this point in the history
  • Loading branch information
ratanparai committed Apr 27, 2019
1 parent 650c79e commit 30710b9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ steps:
contents: '**/*.apk'
targetFolder: '$(build.artifactStagingDirectory)'

- task: PublishBuildArtifacts@1
- task: PublishBuildArtifacts@1

- task: GitHubRelease@0
displayName: 'GitHub release (create)'
inputs:
gitHubConnection: github/ratanparai
assets: '$(build.artifactStagingDirectory)/**/*.apk'

0 comments on commit 30710b9

Please sign in to comment.