Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. parameters:
  2. certificatesPath: 'AppleCertificates/2019'
  3.  
  4. jobs:
  5. - job: 'BuildApp'
  6. steps:
  7. - bash: |
  8. echo "${{ parameters.certificatesPath }}/appCertificate.p12"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement