Skip to content

Commit 3ebefa1

Browse files
author
Nitin Gurram
authored
Cherrypick changes for TCM Automated test storage issue (#3699)
1 parent d863492 commit 3ebefa1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Tasks/DeployVisualStudioTestAgent/make.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"files": [
1010
{
11-
"url": "https://testexecution.blob.core.windows.net/version1/TestExecution.zip",
11+
"url": "https://testexecution.blob.core.windows.net/testexecution/3666244/TestExecution.zip",
1212
"dest": "./TestExecution.zip"
1313
}
1414
],

Tasks/DeployVisualStudioTestAgent/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 2,
1515
"Minor": 0,
16-
"Patch": 4
16+
"Patch": 5
1717
},
1818
"preview": "true",
1919
"releaseNotes": "<ul><li>Support for Visual Studio Test Agent 2017: You can now deploy and run tests using multiple versions of Visual Studio Test Agent. Versions 2015 and 2017 are supported.</li><li>Machine groups created from the Test hub are no longer supported. You can continue to use a list of machines or Azure resource groups.</li></ul>",

Tasks/DeployVisualStudioTestAgent/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 2,
1515
"Minor": 0,
16-
"Patch": 4
16+
"Patch": 5
1717
},
1818
"preview": "true",
1919
"releaseNotes": "<ul><li>Support for Visual Studio Test Agent 2017: You can now deploy and run tests using multiple versions of Visual Studio Test Agent. Versions 2015 and 2017 are supported.</li><li>Machine groups created from the Test hub are no longer supported. You can continue to use a list of machines or Azure resource groups.</li></ul>",

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/3643263/TestExecution.zip",
9+
"url": "https://testexecution.blob.core.windows.net/testexecution/3666244/TestExecution.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": 0,
20-
"Patch": 17
20+
"Patch": 18
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": 0,
20-
"Patch": 17
20+
"Patch": 18
2121
},
2222
"demands": [
2323
"vstest"

0 commit comments

Comments
 (0)