Skip to content

Commit 32eebae

Browse files
Update Task-lib version for ExtractFiles (#21680)
* Update Task-lib version * Update Task Minor version * Update task patch version
1 parent 1e816ef commit 32eebae

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Tasks/ExtractFilesV1/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/ExtractFilesV1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/mocha": "^9.1.1",
2222
"@types/node": "^24.10.0",
2323
"@types/q": "^1.0.7",
24-
"azure-pipelines-task-lib": "^5.2.4",
24+
"azure-pipelines-task-lib": "^5.2.5",
2525
"collections": "3.0.0",
2626
"minimatch": "^4.0.0"
2727
},

Tasks/ExtractFilesV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"version": {
2121
"Major": 1,
2222
"Minor": 268,
23-
"Patch": 0
23+
"Patch": 1
2424
},
2525
"instanceNameFormat": "Extract files $(message)",
2626
"inputs": [

Tasks/ExtractFilesV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"version": {
2121
"Major": 1,
2222
"Minor": 268,
23-
"Patch": 0
23+
"Patch": 1
2424
},
2525
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
2626
"inputs": [

0 commit comments

Comments
 (0)