Skip to content

Commit 628fd73

Browse files
bhaveshbhatiBhavesh Bhati
andauthored
Bumping up to fix the vstest task incorrect exit code when donotPublishTestResults is used. (#20937)
Co-authored-by: Bhavesh Bhati <bhatibhavesh@microsoft.com>
1 parent 281cc6a commit 628fd73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tasks/VsTestV3/make.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dest": "./"
77
},
88
{
9-
"url": "https://testmanagementstore.z13.web.core.windows.net/testmanagementcontainer/29729210/TestAgent.zip",
9+
"url": "https://testmanagementstore.z13.web.core.windows.net/testmanagementcontainer/29739532/TestAgent.zip",
1010
"dest": "./Modules"
1111
},
1212
{

Tasks/VsTestV3/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 3,
2020
"Minor": 254,
21-
"Patch": 0
21+
"Patch": 1
2222
},
2323
"demands": [
2424
"vstest"

Tasks/VsTestV3/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 3,
2020
"Minor": 254,
21-
"Patch": 0
21+
"Patch": 1
2222
},
2323
"demands": [
2424
"vstest"

0 commit comments

Comments
 (0)