Skip to content

Commit e9dcfb5

Browse files
author
Lucas Killgore
committed
#1069676: Fix for Unit Test failures
1 parent e2ed0ab commit e9dcfb5

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)