Skip to content

Instantly share code, notes, and snippets.

@jamesmontemagno
Created December 17, 2017 19:55
Show Gist options
  • Save jamesmontemagno/08c7090f0c1d609772197cb30d289a04 to your computer and use it in GitHub Desktop.
Save jamesmontemagno/08c7090f0c1d609772197cb30d289a04 to your computer and use it in GitHub Desktop.
{
"manifestVersion": 1,
"id": "ID-HERE",
"name": "NAME-HERE",
"version": "0.3.2",
"publisher": "PUBLISHER-HERE",
"public" : false,
"repository": {
"type": "git",
"uri": "https://github.com/jamesmontemagno/vsts-mobile-tasks"
},
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"description": "Tasks for building ios and android applications in VSTS.",
"categories": [
"Build and release"
],
"content": {
"details": {
"path": "README.md"
},
"license": {
"path": "LICENSE"
}
},
"tags": [
"version",
"versioning",
"build",
"replacement",
"android", "ios",
"xamarin", "xamarin.forms",
"package", "manifest", "info.plist"
],
"links": {
"home": {
"uri": "https://montemagno.com"
},
"repository": {
"uri": "https://github.com/jamesmontemagno/vsts-mobile-tasks"
},
"issues": {
"uri": "https://github.com/jamesmontemagno/vsts-mobile-tasks/issues"
}
},
"branding": {
"color": "rgb(248,153,56)",
"theme": "light"
},
"icons": {
"default": "images/extension-icon.png"
},
"files": [
{
"path": "tasks/AndroidBumpVersion"
},
{
"path": "tasks/AndroidPackageName"
},
{
"path": "tasks/iOSBumpVersion"
},
{
"path": "tasks/iOSBundleIdentifier"
}
],
"contributions": [
{
"id": "android-manifest-version",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "tasks/AndroidBumpVersion"
}
},
{
"id": "android-manifest-package-name",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "tasks/AndroidPackageName"
}
},
{
"id": "ios-bundle-version",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "tasks/iOSBumpVersion"
}
},
{
"id": "ios-bundle-identifier",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "tasks/iOSBundleIdentifier"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment