VSMobileCenterBuildParameters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"inputs": [ | |
{ | |
"name": "serverEndpoint", | |
"type": "connectedService:vsmobilecenter", | |
"label": "Mobile Center Connection", | |
"defaultValue": "", | |
"required": true, | |
"helpMarkDown": "Select the service endpoint for your Visual Studio Mobile Center connection. To create one, click the Manage link and create a new service endpoint." | |
}, | |
{ | |
"name": "appSlug", | |
"type": "string", | |
"label": "App Slug", | |
"defaultValue": "", | |
"required": true, | |
"helpMarkDown": "The app slug is in the format of **{username}/{app_identifier}**. To locate **{username}** and **{app_identifier}** for an app, click on its name from https://mobile.azure.com/apps, and the resulting URL is in the format of [https://mobile.azure.com/users/<b>{username}</b>/apps/<b>{app_identifier}</b>](https://mobile.azure.com/users/{username}/apps/{app_identifier})" | |
} | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment