Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
Changed supportlink from http to https, replaced static category in m…
Browse files Browse the repository at this point in the history
…anifest file with token so that we can produce different versions of the extension for <= TFS 2018 and Azure DevOps
  • Loading branch information
Nico Orschel committed Dec 23, 2018
1 parent 0250d20 commit 7ccb10e
Showing 1 changed file with 26 additions and 23 deletions.
49 changes: 26 additions & 23 deletions src/HyperVServer/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"name": "Hyper-V",
"publisher": "AITGmbh",
"public": "false",
"targets": [ { "id": "Microsoft.VisualStudio.Services" } ],
"targets": [{
"id": "Microsoft.VisualStudio.Services"
}],
"description": "Remote control Hyper-V VMs and perform actions like start and stop VM, create or restore a snapshot",
"repository": {
"type": "git",
Expand All @@ -26,8 +28,7 @@
"privacypolicy": {
"uri": "https://www.aitgmbh.de/datenschutz"
},
"screenshots": [
{
"screenshots": [{
"path": "HyperVServerConfiguration.png"
},
{
Expand All @@ -36,24 +37,26 @@
{
"path": "HyperVServerResult.png"
}
],
"categories": [
"Build and release",
"Azure Pipelines"
],
"tags": [
"Deploy task, HyperV, Release Management, VM, Virtual Machine, SCVMM, Windows Server, AIT BuildSuite"
],
"icons": { "default": "extension-icon.png" },
"files": [
{ "path": "HyperVServer" }
],
"contributions": [
{
"id": "92BE4BBF-8AB1-464A-BFC0-840D2A667725",
"type": "ms.vss-distributed-task.task",
"targets": [ "ms.vss-distributed-task.tasks" ],
"properties": { "name": "HyperVServer" }
}
]
}
},
"categories": [
"__ExtensionCategory__"
],
"tags": [
"Deploy task, HyperV, Release Management, VM, Virtual Machine, SCVMM, Windows Server, AIT BuildSuite"
],
"icons": {
"default": "extension-icon.png"
},
"files": [{
"path": "HyperVServer"
}],
"contributions": [{
"id": "92BE4BBF-8AB1-464A-BFC0-840D2A667725",
"type": "ms.vss-distributed-task.task",
"targets": ["ms.vss-distributed-task.tasks"],
"properties": {
"name": "HyperVServer"
}
}]
}

0 comments on commit 7ccb10e

Please sign in to comment.