diff --git a/Tasks/InstallAppleCertificate/package.json b/Tasks/InstallAppleCertificate/package.json index c036fe0bf8d4..586e74f6ac92 100644 --- a/Tasks/InstallAppleCertificate/package.json +++ b/Tasks/InstallAppleCertificate/package.json @@ -17,6 +17,6 @@ }, "homepage": "https://github.com/Microsoft/vsts-tasks#readme", "dependencies": { - "vsts-task-lib": "^2.0.3-preview" + "vsts-task-lib": "2.0.5" } } diff --git a/Tasks/InstallSSHKey/package.json b/Tasks/InstallSSHKey/package.json index a5a2c2127793..fbfe83711dc9 100644 --- a/Tasks/InstallSSHKey/package.json +++ b/Tasks/InstallSSHKey/package.json @@ -17,6 +17,6 @@ }, "homepage": "https://github.com/Microsoft/vsts-tasks#readme", "dependencies": { - "vsts-task-lib": "^2.0.3-preview" + "vsts-task-lib": "2.0.5" } }