Skip to content

Commit 60443ac

Browse files
authored
Merge pull request #5202 from Microsoft/users/lukillgo/fixunittests121
#1069676: Fix for Unit Test failures
2 parents e2ed0ab + e9dcfb5 commit 60443ac

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)