Adding screen1 and removing the task folder

This commit is contained in:
roniga 2015-12-09 16:29:46 +05:30
Родитель ac35f1132d
Коммит 3e1843cf1c
5 изменённых файлов: 14 добавлений и 52 удалений

Двоичные данные
src/Images/screen1.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 41 KiB

Просмотреть файл

@ -1 +0,0 @@
VMWare Task

Двоичные данные
src/VMWareResourceDeploymentTask/icon.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 783 B

Просмотреть файл

@ -1,45 +0,0 @@
{
"id": "4879ce4b-acab-4856-bab2-dcdfdfe1a79b",
"name": "VMWareResourceDeployment",
"friendlyName": "VMWare Resource Deployment",
"description": "VMWare Resource Deployment",
"author": "ms",
"helpMarkDown": "VMWare Resource Deployment",
"category": "Deploy",
"visibility": [
"Build",
"Release"
],
"demands": [
],
"version": {
"Major": "0",
"Minor": "0",
"Patch": "1"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Deploy Resource",
"groups": [
{
"name": "additional",
"displayName": "Additional Options",
"isExpanded": true
}
],
"inputs": [
{
"name": "connectedServiceName",
"type": "connectedService:vmware",
"label": "vCenter Service Connection",
"defaultValue": "",
"required": true,
"helpMarkDown": "Name of the vCenter service connection endpoint"
}
],
"execution": {
"Node": {
"target": "test.js",
"argumentFormat": ""
}
}
}

Просмотреть файл

@ -13,7 +13,7 @@
"categories": [
"Build and release"
],
"tags": [],
"tags": [ ],
"links": {
"support": {
"uri": "http://support"
@ -29,7 +29,11 @@
"color": "#f6f7fb",
"theme": "light"
},
"screenshots": [],
"screenshots": [
{
"path": "images/screen1.png"
}
],
"content": {
"details": {
"path": "overview.md"
@ -37,7 +41,7 @@
},
"files": [
{
"path": "VMWareResourceDeploymentTask"
"path": "VMOpsTask"
},
{
"path": "images",
@ -63,12 +67,16 @@
],
"properties": {
"name": "vmware",
"displayName": "VMWare",
"displayName": "VMWare vCenter",
"authenticationSchemes": [
{
"type": "ms.vss-endpoint.endpoint-auth-scheme-basic"
}
]
],
"helpLink": {
"text": "Learn More",
"url": "https://msdn.microsoft.com/Library/vs/alm/Release/author-release-definition/understanding-tasks#serviceconnections"
}
}
},
{
@ -78,7 +86,7 @@
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "VMWareResourceDeploymentTask"
"name": "VMOpsTask"
}
}
]