Skip to content

Commit ebd4f0a

Browse files
authored
Merge pull request #11002 from microsoft/users/ShreyasRmsft/uploadDiaglogsFixM155
Fixed upload translation layer diag logs and discovery vstest console diag logs issue
2 parents 87e840d + 501ca3e commit ebd4f0a

File tree

3 files changed

+4
-4
lines changed

3 files changed

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

Tasks/VsTestV2/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 2,
2020
"Minor": 155,
21-
"Patch": 2
21+
"Patch": 3
2222
},
2323
"demands": [
2424
"vstest"
@@ -622,4 +622,4 @@
622622
"LookingForBuildToolsInstalltion": "ms-resource:loc.messages.LookingForBuildToolsInstalltion",
623623
"LookingForVsInstalltion": "ms-resource:loc.messages.LookingForVsInstalltion"
624624
}
625-
}
625+
}

0 commit comments

Comments
 (0)