Skip to content

Commit

Permalink
DockerInstallerV0: Updating azure-pipelines-task-lib from v2.7.7 to v…
Browse files Browse the repository at this point in the history
…2.8.0
  • Loading branch information
savenkat committed Jun 11, 2019
1 parent f5b7d4e commit a22b809
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"loc.friendlyName": "Docker CLI installer",
"loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=851275)",
"loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=851275)",
"loc.description": "Install Docker CLI on agent machine.",
"loc.instanceNameFormat": "Install Docker $(dockerVersion)",
"loc.input.label.dockerVersion": "Docker Version",
Expand Down
8 changes: 4 additions & 4 deletions Tasks/DockerInstallerV0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/DockerInstallerV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"@types/node": "^6.0.101",
"@types/q": "^1.5.0",
"azure-pipelines-task-lib": "2.7.7",
"azure-pipelines-task-lib": "2.8.0",
"azure-pipelines-tool-lib": "0.11.0"
}
}
2 changes: 1 addition & 1 deletion Tasks/DockerInstallerV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 0,
"Minor": 1,
"Patch": 3
"Patch": 4
},
"demands": [],
"satisfies": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/DockerInstallerV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 0,
"Minor": 1,
"Patch": 3
"Patch": 4
},
"demands": [],
"satisfies": [
Expand Down

0 comments on commit a22b809

Please sign in to comment.