Skip to content

Commit fe63367

Browse files
authored
Drop location dot fix (#3730)
1 parent b3d30d7 commit fe63367

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Tasks/DeployVisualStudioTestAgent/make.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
}
88
],
99
"files": [
10-
{
11-
"url": "https://testexecution.blob.core.windows.net/testexecution/3666244/TestExecution.zip",
10+
{
11+
"url": "https://testexecution.blob.core.windows.net/testexecution/3673529/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": 6
16+
"Patch": 7
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": 6
16+
"Patch": 7
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>",

0 commit comments

Comments
 (0)