Skip to content

Commit 99eb1c5

Browse files
authored
Merge pull request #11001 from microsoft/users/ShreyasRmsft/uploadDiagLogsFixM154
Fixed upload translation layer diag logs and discovery vstest console diag logs issue
2 parents 9f84f12 + 0929ba5 commit 99eb1c5

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/9978261/TestAgent.zip",
9+
"url": "https://testexecution.blob.core.windows.net/testexecution/10024504/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": 2
21+
"Patch": 3
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": 2
21+
"Patch": 3
2222
},
2323
"demands": [
2424
"vstest"

0 commit comments

Comments
 (0)