Skip to content

Commit

Permalink
Multi-manifest extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehouwing committed Mar 9, 2019
1 parent 1165603 commit 67c7a30
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 13 deletions.
22 changes: 22 additions & 0 deletions MultiPingTask/vss-extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"files": [
{
"path": "MultiPingTaskV1"
},
{
"path": "MultiPingTaskV2"
}
],
"contributions": [
{
"id": "MultiPingTask",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "MultiPingTask"
}
}
]
}
13 changes: 0 additions & 13 deletions vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
"files": [
{
"path": "PingTask"
},
{
"path": "MultiPingTask"
}
],
"contributions": [
Expand All @@ -56,16 +53,6 @@
"properties": {
"name": "PingTask"
}
},
{
"id": "MultiPingTask",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "MultiPingTask"
}
}
]
}

0 comments on commit 67c7a30

Please sign in to comment.