diff --git a/Tasks/VsTest/Strings/resources.resjson/en-US/resources.resjson b/Tasks/VsTest/Strings/resources.resjson/en-US/resources.resjson index 2616c72843bb..576406cf5182 100644 --- a/Tasks/VsTest/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/VsTest/Strings/resources.resjson/en-US/resources.resjson @@ -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", diff --git a/Tasks/VsTest/task.json b/Tasks/VsTest/task.json index 9b38fb430f59..2b01e218e054 100644 --- a/Tasks/VsTest/task.json +++ b/Tasks/VsTest/task.json @@ -17,7 +17,7 @@ "version": { "Major": 2, "Minor": 0, - "Patch": 36 + "Patch": 37 }, "demands": [ "vstest" @@ -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", @@ -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" @@ -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", diff --git a/Tasks/VsTest/task.loc.json b/Tasks/VsTest/task.loc.json index 34fe030de129..d92fb0357e39 100644 --- a/Tasks/VsTest/task.loc.json +++ b/Tasks/VsTest/task.loc.json @@ -17,7 +17,7 @@ "version": { "Major": 2, "Minor": 0, - "Patch": 36 + "Patch": 37 }, "demands": [ "vstest"