Skip to content

Instantly share code, notes, and snippets.

@slamb2k
Last active May 4, 2017 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slamb2k/ccacf3ab7818b9cc23577ab01316c73f to your computer and use it in GitHub Desktop.
Save slamb2k/ccacf3ab7818b9cc23577ab01316c73f to your computer and use it in GitHub Desktop.
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