Skip to content

Commit 76901e1

Browse files
authored
Added fix for successfully doing re-run of mstest, nunit and xunit data-driven tests (#21457)
1 parent dfacbbb commit 76901e1

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/29810302/TestAgent.zip",
9+
"url": "https://testmanagementstore.z13.web.core.windows.net/testmanagementcontainer/30558438/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
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 3,
20-
"Minor": 261,
20+
"Minor": 266,
2121
"Patch": 0
2222
},
2323
"demands": [

Tasks/VsTestV3/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 3,
20-
"Minor": 261,
20+
"Minor": 266,
2121
"Patch": 0
2222
},
2323
"demands": [

0 commit comments

Comments
 (0)