Skip to content

Commit 6822d9b

Browse files
author
himanshu yadav
authored
Merge pull request #3040 from Microsoft/users/hiyada/AzureCliLibVersionUpdate
updating patch of azure cli and updating vsts-task-lib to latest version
2 parents 98ced14 + b927417 commit 6822d9b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Tasks/AzureCLI/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vsts-tasks-azurecli",
3-
"version": "0.2.2",
3+
"version": "0.2.4",
44
"description": "VSTS Azure CLI Task",
55
"main": "azureclitask.js",
66
"scripts": {
@@ -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)