Skip to content

Instantly share code, notes, and snippets.

@slamb2k
Last active May 4, 2017 23:49
Embed
What would you like to do?
VSMobileCenterBuildParameters
"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