Added SetupGitHubRelease task to vss-extension.json

This commit is contained in:
2026-02-25 20:54:43 +01:00
parent e801a45066
commit 8e9224cff9

View File

@@ -38,6 +38,9 @@
{
"path": "task/PutBlob"
},
{
"path": "task/SetupGitHubRelease"
},
{
"path": "images",
"addressable": true
@@ -97,6 +100,16 @@
"properties": {
"name": "task/PutBlob"
}
},
{
"id": "289ace53-1fe2-45c7-abf2-a8e8fb57552d",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "task/SetupGitHubRelease"
}
}
]
}