Add Azure DevOps task to copy blobs between Azure Storage accounts

This commit is contained in:
2026-02-24 22:42:35 +01:00
parent b02dc6d165
commit f738483416
11 changed files with 1442 additions and 189 deletions

View File

@@ -11,7 +11,10 @@
"clean": "rm -rf dist"
},
"dependencies": {
"azure-pipelines-task-lib": "^4.10.2"
"azure-pipelines-task-lib": "^5.2.6"
},
"overrides": {
"minimatch": "3.1.3"
},
"devDependencies": {
"@types/node": "^20.11.30",