microsoft / app-store-vsts-extension

Visual Studio Team Services (VSTS) extension for performing continuous delivery to the App Store store from your automated CI builds
Other
94 stars 53 forks source link

what is the server url value in devops service connection creation #322

Closed imhdev closed 1 year ago

imhdev commented 1 year ago

I have following questions which is unclear from the documentation for AppStoreRelease@1 task.

  1. what should be place in server url while creating a service connection from devops portal?

  2. For token based authentication, while entering the key contents value is it required to base64 encode entire .p8 file contents? including -----BEGIN PRIVATE KEY----- & -----END PRIVATE KEY----- ? or is it really the contents in between those tags?

Is the auto genrated value good enough ? image

imhdev commented 1 year ago

got it working, with some trail and error. No assistance required thanks