Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
frasdav committed Dec 20, 2023
1 parent 77037a4 commit 760873b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"files": [
{
"path": "tasks/InstallSheriffCLI"
},
{
"path": "tasks/SheriffPlan"
}
],
"contributions": [
Expand All @@ -31,6 +34,16 @@
"properties": {
"name": "tasks/InstallSheriffCLI"
}
},
{
"id": "sheriff-plan",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "tasks/SheriffPlan"
}
}
]
}

0 comments on commit 760873b

Please sign in to comment.