Skip to content

Commit 01a9ca9

Browse files
vladislav-ryzhovVladislav Ryzhov
andauthored
[CopyFilesOverSSHV0][InstallSSHKeyV0][SshV0] Update task lib (#14900)
* Updated task-lib in CopyFilesOverSSHV0 task * Updated task-lib in InstallSSHKeyV0 task * Updated task-lib in SshV0 task * Update task.json * Update task.loc.json * Update task.json * Update task.loc.json * Update task.json * Update task.loc.json Co-authored-by: Vladislav Ryzhov <[email protected]>
1 parent 5b1b1c3 commit 01a9ca9

File tree

12 files changed

+192
-108
lines changed

12 files changed

+192
-108
lines changed

Tasks/CopyFilesOverSSHV0/package-lock.json

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

Tasks/CopyFilesOverSSHV0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ssh2-sftp-client": "^5.1.2",
2121
"ssh2": "^0.8.2",
2222
"minimatch": "^3.0.4",
23-
"azure-pipelines-task-lib": "^3.0.6-preview.0",
23+
"azure-pipelines-task-lib": "^3.1.2",
2424
"@types/mocha": "^5.2.7"
2525
},
2626
"devDependencies": {

Tasks/CopyFilesOverSSHV0/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 0,
20-
"Minor": 186,
20+
"Minor": 189,
2121
"Patch": 0
2222
},
2323
"demands": [],
@@ -160,4 +160,4 @@
160160
"PathExists": "%s exists on the remote machine",
161161
"PathNotExists": "%s doesn't exist on the remote machine"
162162
}
163-
}
163+
}

Tasks/CopyFilesOverSSHV0/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 0,
20-
"Minor": 186,
20+
"Minor": 189,
2121
"Patch": 0
2222
},
2323
"demands": [],
@@ -160,4 +160,4 @@
160160
"PathExists": "ms-resource:loc.messages.PathExists",
161161
"PathNotExists": "ms-resource:loc.messages.PathNotExists"
162162
}
163-
}
163+
}

Tasks/InstallSSHKeyV0/package-lock.json

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

Tasks/InstallSSHKeyV0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "^10.17.0",
2121
"@types/q": "^1.5.1",
2222
"@types/mocha": "^5.2.7",
23-
"azure-pipelines-task-lib": "^3.0.6-preview.0",
23+
"azure-pipelines-task-lib": "^3.1.2",
2424
"azure-pipelines-tasks-securefiles-common": "2.0.5-preview"
2525
},
2626
"devDependencies": {

Tasks/InstallSSHKeyV0/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 186,
16+
"Minor": 189,
1717
"Patch": 0
1818
},
1919
"runsOn": [
@@ -146,4 +146,4 @@
146146
"DeletePrivateKeyFile": "Deleting private key file.",
147147
"InsertingIntoConfig": "Inserting entry into config file:"
148148
}
149-
}
149+
}

0 commit comments

Comments
 (0)