Skip to content

Commit

Permalink
Cherrypick changes for TCM Automated test storage issue (#3699)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitin Gurram authored Mar 1, 2017
1 parent d863492 commit 3ebefa1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Tasks/DeployVisualStudioTestAgent/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"files": [
{
"url": "https://testexecution.blob.core.windows.net/version1/TestExecution.zip",
"url": "https://testexecution.blob.core.windows.net/testexecution/3666244/TestExecution.zip",
"dest": "./TestExecution.zip"
}
],
Expand Down
2 changes: 1 addition & 1 deletion Tasks/DeployVisualStudioTestAgent/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 2,
"Minor": 0,
"Patch": 4
"Patch": 5
},
"preview": "true",
"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>",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/DeployVisualStudioTestAgent/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 2,
"Minor": 0,
"Patch": 4
"Patch": 5
},
"preview": "true",
"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>",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/VsTest/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dest": "./"
},
{
"url": "https://testexecution.blob.core.windows.net/testexecution/3643263/TestExecution.zip",
"url": "https://testexecution.blob.core.windows.net/testexecution/3666244/TestExecution.zip",
"dest": "./Modules"
}
]
Expand Down
2 changes: 1 addition & 1 deletion Tasks/VsTest/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 2,
"Minor": 0,
"Patch": 17
"Patch": 18
},
"demands": [
"vstest"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/VsTest/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 2,
"Minor": 0,
"Patch": 17
"Patch": 18
},
"demands": [
"vstest"
Expand Down

0 comments on commit 3ebefa1

Please sign in to comment.