Skip to content

Commit 63f5831

Browse files
author
Himanshu Yadav
committed
updating patch of azure cli and updating vsts-task-lib to latest version
1 parent 74cb5c6 commit 63f5831

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tasks/AzureCLI/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
},
1818
"homepage": "https://github.com/Microsoft/vsts-tasks#readme",
1919
"dependencies": {
20-
"vsts-task-lib": "^0.9.20"
20+
"vsts-task-lib": "1.0.0"
2121
}
2222
}

Tasks/AzureCLI/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 0,
1919
"Minor": 2,
20-
"Patch": 3
20+
"Patch": 4
2121
},
2222
"minimumAgentVersion": "1.95.0",
2323
"instanceNameFormat": "Azure CLI $(scriptPath)",

Tasks/AzureCLI/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": 0,
1919
"Minor": 2,
20-
"Patch": 3
20+
"Patch": 4
2121
},
2222
"minimumAgentVersion": "1.95.0",
2323
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",

0 commit comments

Comments
 (0)