Guest User

Untitled

a guest
Nov 14th, 2018
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. - task: AppCenterDistribute@1
  2. displayName: AppCenter Distribution iOS Test
  3. inputs:
  4. serverEndpoint: AppCenterConnectionName # known as ConnectionName in DevOps
  5. appSlug: '{name|org}/{app|project}'
  6. appFile: '$(build.artifactStagingDirectory)/**/*.ipa'
  7. releaseNotesOption: 'input'
  8. releaseNotesInput: |+
  9. #AppCenterDistribute (iOS Test)n
  10. n
  11. - **Build Number** : $(build.buildNumber)
  12. - **Build started** : $(system.pipelineStartTime)
  13. - **Source Branch** : $(build.sourceBranch)
  14.  
  15. #AppCenterDistribute (Android Test)nn - Build Number : 20181115.13n - Build started : 2018-11-15 11:42:44+11:00n - Source Branch : refs/heads/feature/examplen
Add Comment
Please, Sign In to add comment