Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed fwd link and help text #4121

Merged
merged 2 commits into from
Apr 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"loc.input.label.testSelector": "Select tests using",
"loc.input.help.testSelector": "Specify the means to select tests",
"loc.input.label.testAssemblyVer2": "Test assemblies",
"loc.input.help.testAssemblyVer2": "Run tests from the specified files. The file paths are relative to the search folder. Supports multiple lines of minimatch patterns. [More Information](https://go.microsoft.com/fwlink/?LinkId=835764)",
"loc.input.help.testAssemblyVer2": "Run tests from the specified files. The file paths are relative to the search folder. Supports multiple lines of minimatch patterns. [More Information](https://aka.ms/minimatchexamples)",
"loc.input.label.testPlan": "Test plan",
"loc.input.help.testPlan": "Select a Test Plan.",
"loc.input.help.testPlan": "Select a test plan containing test suites with automated test cases.",
"loc.input.label.testSuite": "Test suite",
"loc.input.help.testSuite": "Select Test Suites from the Test Plan.",
"loc.input.help.testSuite": "Select one or more test suites containing automated test cases. Test case work items must be associated with an automated test method. [Learn more.](https://go.microsoft.com/fwlink/?linkid=847773",
"loc.input.label.testConfiguration": "Test configuration",
"loc.input.help.testConfiguration": "Select Test Configuration.",
"loc.input.label.tcmTestRun": "Test Run",
Expand Down
8 changes: 4 additions & 4 deletions 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": 36
"Patch": 37
},
"demands": [
"vstest"
Expand Down Expand Up @@ -63,7 +63,7 @@
"label": "Test assemblies",
"defaultValue": "**\\*test*.dll\n!**\\obj\\**",
"required": true,
"helpMarkDown": "Run tests from the specified files. The file paths are relative to the search folder. Supports multiple lines of minimatch patterns. [More Information](https://go.microsoft.com/fwlink/?LinkId=835764)",
"helpMarkDown": "Run tests from the specified files. The file paths are relative to the search folder. Supports multiple lines of minimatch patterns. [More Information](https://aka.ms/minimatchexamples)",
"groupName": "testSelection",
"properties": {
"rows": "3",
Expand All @@ -77,7 +77,7 @@
"label": "Test plan",
"defaultValue": "",
"required": true,
"helpMarkDown": "Select a Test Plan.",
"helpMarkDown": "Select a test plan containing test suites with automated test cases.",
"groupName": "testSelection",
"properties": {
"DisableManageLink": "True"
Expand All @@ -90,7 +90,7 @@
"label": "Test suite",
"defaultValue": "",
"required": true,
"helpMarkDown": "Select Test Suites from the Test Plan.",
"helpMarkDown": "Select one or more test suites containing automated test cases. Test case work items must be associated with an automated test method. [Learn more.](https://go.microsoft.com/fwlink/?linkid=847773",
"groupName": "testSelection",
"properties": {
"MultiSelect": "True",
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": 36
"Patch": 37
},
"demands": [
"vstest"
Expand Down