srctree

Robin Linden parent f26bde0d 44351548
Drop publishing of debug apks on Azure Pipelines

They're not really used and seem to be a bit confusing to the few thattry to use them.

inlinesplit
azure-pipelines.yml added: 1, removed: 15, total 0
@@ -22,17 +22,3 @@ steps:
testResultsFiles: '**/TEST-*.xml'
tasks: 'assembleDebug testDebug'
displayName: gradlew assembleDebug testDebug
 
- task: CopyFiles@2
condition: eq(variables['Agent.OS'], 'Linux')
inputs:
contents: '**/*.apk'
targetFolder: '$(build.artifactStagingDirectory)'
displayName: Copy .apks to staging folder
 
- task: PublishBuildArtifacts@1
condition: eq(variables['Agent.OS'], 'Linux')
inputs:
pathToPublish: '$(build.artifactStagingDirectory)'
artifactName: 'drop'
displayName: Publish .apks