Skip to content

Commit 0b41c89

Browse files
author
Nitin Gurram
authored
Fix ci for m116 (#4151)
1 parent 9d6740d commit 0b41c89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tasks/VsTest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"homepage": "https://github.com/Microsoft/vsts-tasks#readme",
1818
"dependencies": {
1919
"performance-now": "0.2.0",
20-
"vsts-task-lib": "^2.0.0-preview",
20+
"vsts-task-lib": "2.0.0-preview",
2121
"vso-node-api": "6.0.4-preview",
2222
"xml2js": "0.4.16"
2323
},

Tasks/VsTest/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 0,
20-
"Patch": 29
20+
"Patch": 30
2121
},
2222
"demands": [
2323
"vstest"

Tasks/VsTest/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 0,
20-
"Patch": 29
20+
"Patch": 30
2121
},
2222
"demands": [
2323
"vstest"

0 commit comments

Comments
 (0)