Skip to content

Commit 36835b0

Browse files
author
Nitin Gurram
authored
Fix On demand run for M119 (#4611)
* Update make.json * Update task.json * Update task.loc.json
1 parent 3a28ca8 commit 36835b0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Tasks/VsTest/make.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dest": "./"
77
},
88
{
9-
"url": "https://testexecution.blob.core.windows.net/testexecution/3886036/TestExecution.zip",
9+
"url": "https://testexecution.blob.core.windows.net/testexecution/3965641/TestExecution.zip",
1010
"dest": "./Modules"
1111
}
1212
],
@@ -17,4 +17,4 @@
1717
}
1818
]
1919
}
20-
}
20+
}

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": 57
20+
"Patch": 58
2121
},
2222
"demands": [
2323
"vstest"

Tasks/VsTest/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 0,
20-
"Patch": 57
20+
"Patch": 58
2121
},
2222
"demands": [
2323
"vstest"
@@ -406,4 +406,4 @@
406406
"testRunIdInvalid": "ms-resource:loc.messages.testRunIdInvalid",
407407
"testRunIdInput": "ms-resource:loc.messages.testRunIdInput"
408408
}
409-
}
409+
}

0 commit comments

Comments
 (0)