Skip to content

Commit 8c3aeb2

Browse files
authored
Updated the version of test execution package with the fix for duplicate attachments (#7144)
* Updated the version of test execution package with the fix for duplicate attachments
1 parent 3aa54f0 commit 8c3aeb2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

0 commit comments

Comments
 (0)