Skip to content

Commit c8babd6

Browse files
Lucas Killgoreericsciple
authored andcommitted
#1069676: Fix for Unit Test failures
1 parent ab7ae1d commit c8babd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tasks/InstallAppleCertificate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
},
1818
"homepage": "https://github.com/Microsoft/vsts-tasks#readme",
1919
"dependencies": {
20-
"vsts-task-lib": "^2.0.3-preview"
20+
"vsts-task-lib": "2.0.5"
2121
}
2222
}

Tasks/InstallSSHKey/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
},
1818
"homepage": "https://github.com/Microsoft/vsts-tasks#readme",
1919
"dependencies": {
20-
"vsts-task-lib": "^2.0.3-preview"
20+
"vsts-task-lib": "2.0.5"
2121
}
2222
}

0 commit comments

Comments
 (0)