Skip to content

Commit a1bfdc1

Browse files
vladislav-ryzhovVladislav RyzhovAnatoly Bolshakov
authored
[CMakeV1][MSbuildV1] Update task lib version (#14878)
* Updated task-lib version in CMakeV1 and MSbuildV1 * Removed extra changes Co-authored-by: Vladislav Ryzhov <[email protected]> Co-authored-by: Anatoly Bolshakov <[email protected]>
1 parent 6a642b5 commit a1bfdc1

File tree

8 files changed

+148
-106
lines changed

8 files changed

+148
-106
lines changed

Tasks/CMakeV1/package-lock.json

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

Tasks/CMakeV1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
1919
"dependencies": {
20-
"azure-pipelines-task-lib": "^3.0.6-preview.0",
20+
"azure-pipelines-task-lib": "^3.1.2",
2121
"@types/node": "^10.17.0",
2222
"@types/mocha": "^5.2.7"
2323
},

Tasks/CMakeV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"version": {
2323
"Major": 1,
24-
"Minor": 178,
24+
"Minor": 188,
2525
"Patch": 0
2626
},
2727
"minimumAgentVersion": "1.91.0",

Tasks/CMakeV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"version": {
2323
"Major": 1,
24-
"Minor": 178,
24+
"Minor": 188,
2525
"Patch": 0
2626
},
2727
"minimumAgentVersion": "1.91.0",

0 commit comments

Comments
 (0)