Skip to content

Commit

Permalink
Users/shreyas r msft/vstest tool installer help text fix (#6142)
Browse files Browse the repository at this point in the history
* updated help link

* updated help link
  • Loading branch information
ShreyasRmsft authored Jan 5, 2018
1 parent 8d7e6f9 commit ceaf37f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"loc.friendlyName": "Visual Studio Test Platform Installer",
"loc.helpMarkDown": "Acquires the <a href=\"https://www.nuget.org/packages/Microsoft.TestPlatform/\">test platform from nuget.org</a> or the tools cache. Satisfies the ‘vstest’ demand and can be used for running tests and collecting diagnostic data using the ‘Visual Studio Test’ task.",
"loc.helpMarkDown": "<a href=\"https://www.nuget.org/packages/Microsoft.TestPlatform/\">Test platform package on NuGet</a>",
"loc.description": "Acquires the test platform from nuget.org or the tools cache. Satisfies the ‘vstest’ demand and can be used for running tests and collecting diagnostic data using the Visual Studio Test task.",
"loc.instanceNameFormat": "VsTest Platform Installer",
"loc.input.label.versionSelector": "Version",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/VsTestPlatformToolInstaller/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "VisualStudioTestPlatformInstaller",
"friendlyName": "Visual Studio Test Platform Installer",
"description": "Acquires the test platform from nuget.org or the tools cache. Satisfies the ‘vstest’ demand and can be used for running tests and collecting diagnostic data using the Visual Studio Test task.",
"helpMarkDown": "Acquires the <a href=\"https://www.nuget.org/packages/Microsoft.TestPlatform/\">test platform from nuget.org</a> or the tools cache. Satisfies the ‘vstest’ demand and can be used for running tests and collecting diagnostic data using the ‘Visual Studio Test’ task.",
"helpMarkDown": "<a href=\"https://www.nuget.org/packages/Microsoft.TestPlatform/\">Test platform package on NuGet</a>",
"category": "Tool",
"runsOn": [
"Agent",
Expand All @@ -14,7 +14,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 6
"Patch": 7
},
"preview": true,
"satisfies": ["VsTest"],
Expand Down
2 changes: 1 addition & 1 deletion Tasks/VsTestPlatformToolInstaller/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 6
"Patch": 7
},
"preview": true,
"satisfies": [
Expand Down

0 comments on commit ceaf37f

Please sign in to comment.