Skip to content

Commit b4d2bf9

Browse files
authored
Merge pull request #11040 from microsoft/users/ShreyasRmsft/updateTaskPackage154ForCleanupFix
Updated test agent with bits containing fix for clean up that should be re-enabled in distributed flow
2 parents 99eb1c5 + 1fc7844 commit b4d2bf9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tasks/VsTestV2/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://testexecution.blob.core.windows.net/testexecution/10024504/TestAgent.zip",
9+
"url": "https://testexecution.blob.core.windows.net/testexecution/10070754/TestAgent.zip",
1010
"dest": "./Modules"
1111
},
1212
{

Tasks/VsTestV2/task.json

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

Tasks/VsTestV2/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": 2,
2020
"Minor": 154,
21-
"Patch": 3
21+
"Patch": 4
2222
},
2323
"demands": [
2424
"vstest"

0 commit comments

Comments
 (0)