Added 3 more tasks and refactored code to use a standalone shared npm package (installed locally from a tarball).

This commit is contained in:
2026-02-25 08:10:03 +01:00
parent 1ef0999a3e
commit d08e6c8958
30 changed files with 3457 additions and 91 deletions

View File

@@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "sk-azure-devops-toolkit",
"name": "SK Azure DevOps Toolkit",
"version": "1.0.2",
"version": "1.0.3",
"publisher": "skoszewski-lab",
"targets": [
{
@@ -29,6 +29,15 @@
{
"path": "task/CopyBlob"
},
{
"path": "task/ListBlobs"
},
{
"path": "task/GetBlob"
},
{
"path": "task/PutBlob"
},
{
"path": "images",
"addressable": true
@@ -58,6 +67,36 @@
"properties": {
"name": "task/CopyBlob"
}
},
{
"id": "c6c7b21a-2e53-442a-8c44-bf9c8f1f281e",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "task/ListBlobs"
}
},
{
"id": "5484f889-0b9d-4cf7-b4f1-f6112f1163f5",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "task/GetBlob"
}
},
{
"id": "09e34720-d862-4d34-bf5e-7d8f29d61b67",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "task/PutBlob"
}
}
]
}