Skip to content

Commit 3dcf916

Browse files
author
Sergey Koryshev
authored
[UseNodeV1] Update version of "azure-pipelines-tool-lib" to 2.0.3 (#18023)
* bumped version of task up to 1.220.0 * updated version of "azure-pipelines-tool-lib" to "2.0.3" * added duplicated "azure-pipelines-task-lib" in "make.json" * removed "azure-pipelines-tasks-packaging-common" and bumped version "azure-pipelines-tasks-utility-common" to "3.219.1" * bumped up task version to 1.220.1
1 parent ce0fd0c commit 3dcf916

File tree

5 files changed

+37
-8
lines changed

5 files changed

+37
-8
lines changed

Tasks/UseNodeV1/make.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,13 @@
77
"dest": "./"
88
}
99
]
10-
}
10+
},
11+
"rm": [
12+
{
13+
"items": [
14+
"node_modules/azure-pipelines-tool-lib/node_modules/azure-pipelines-task-lib"
15+
],
16+
"options": "-Rf"
17+
}
18+
]
1119
}

Tasks/UseNodeV1/package-lock.json

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

Tasks/UseNodeV1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/q": "^1.5.1",
2929
"azure-pipelines-task-lib": "^4.0.0-preview",
3030
"azure-pipelines-tasks-utility-common": "^3.219.1",
31-
"azure-pipelines-tool-lib": "^2.0.0-preview",
31+
"azure-pipelines-tool-lib": "^2.0.3",
3232
"typed-rest-client": "^1.8.4"
3333
},
3434
"devDependencies": {

Tasks/UseNodeV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 1,
1919
"Minor": 220,
20-
"Patch": 0
20+
"Patch": 1
2121
},
2222
"satisfies": [
2323
"Node",

Tasks/UseNodeV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 1,
1919
"Minor": 220,
20-
"Patch": 0
20+
"Patch": 1
2121
},
2222
"satisfies": [
2323
"Node",

0 commit comments

Comments
 (0)