Skip to content

Commit

Permalink
publish artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ratanparai committed Apr 27, 2019
1 parent e6ed05a commit 650c79e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ steps:
gradleOptions: '-Xmx3072m'
publishJUnitResults: true
testResultsFiles: '**/testDebugUnitTest/TEST-*.xml'
tasks: 'build'
tasks: 'build'

- task: CopyFiles@2
inputs:
contents: '**/*.apk'
targetFolder: '$(build.artifactStagingDirectory)'

- task: PublishBuildArtifacts@1

0 comments on commit 650c79e

Please sign in to comment.