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
johnwatson484 committed Aug 25, 2024
1 parent 3a82ff0 commit d1eea73
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,5 @@ steps:
action: 'SingleApk'
apkFile: '**/*-Signed.apk'
track: 'production'
changeLogFile: '**/Files/ReleaseNotes.txt'
languageCode: 'en-GB'

- task: PublishBuildArtifacts@1
inputs:
PathtoPublish: '$(agent.builddirectory)'
ArtifactName: 'drop'
publishLocation: 'Container'
changeLogFile: 'Files/ReleaseNotes.txt'
languageCode: 'en-GB'

0 comments on commit d1eea73

Please sign in to comment.