Skip to content

Commit 2097c2e

Browse files
Updating TE package to reflect addition of build var support to enable api flow for single agent mode in 140 (#8350)
1 parent 149ee8e commit 2097c2e

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/7265561/TestAgent.zip",
9+
"url": "https://testexecution.blob.core.windows.net/testexecution/7287178/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
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 140,
20-
"Patch": 2
20+
"Patch": 3
2121
},
2222
"demands": [
2323
"vstest"

Tasks/VsTestV2/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": 140,
20-
"Patch": 2
20+
"Patch": 3
2121
},
2222
"demands": [
2323
"vstest"

0 commit comments

Comments
 (0)