Skip to content

Commit dab7489

Browse files
author
Alexander Smolyakov
authored
[AzureCLIV2] Update task-lib to the latest version to resolve the problem with percent symbol encoding (#14838)
* Update task-lib from 3.0.6-preview.0 to 3.1.2
1 parent 01a9ca9 commit dab7489

File tree

4 files changed

+74
-27
lines changed

4 files changed

+74
-27
lines changed

Tasks/AzureCLIV2/package-lock.json

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

Tasks/AzureCLIV2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"dependencies": {
2020
"@types/node": "^10.17.0",
2121
"@types/q": "1.0.7",
22-
"azure-pipelines-task-lib": "^3.0.6-preview.0",
22+
"azure-pipelines-task-lib": "^3.1.2",
2323
"@types/mocha": "^5.2.7"
2424
},
2525
"devDependencies": {
2626
"typescript": "4.0.2"
2727
}
28-
}
28+
}

Tasks/AzureCLIV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"version": {
2121
"Major": 2,
2222
"Minor": 1,
23-
"Patch": 0
23+
"Patch": 1
2424
},
2525
"minimumAgentVersion": "2.0.0",
2626
"instanceNameFormat": "Azure CLI $(scriptPath)",

Tasks/AzureCLIV2/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": 2,
2222
"Minor": 1,
23-
"Patch": 0
23+
"Patch": 1
2424
},
2525
"minimumAgentVersion": "2.0.0",
2626
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",

0 commit comments

Comments
 (0)