Skip to content

Commit 5d544e6

Browse files
authored
Updated Task description text for VsTestV2 and VsTestV3 (#20341)
* Added build failure fix for VsTestV2 * Added text change in vstestv2 * Added text changes for vstestv3 * Updated VstestV3 task version * Updated VstestV2 task version * Added generated files
1 parent f26cef8 commit 5d544e6

File tree

23 files changed

+819
-819
lines changed

23 files changed

+819
-819
lines changed

Tasks/VsTestV2/Strings/resources.resjson/en-US/resources.resjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"loc.friendlyName": "Visual Studio Test",
33
"loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?LinkId=835764)",
4-
"loc.description": "Run unit and functional tests (Selenium, Appium, Coded UI test, etc.) using the Visual Studio Test (VsTest) runner. Test frameworks that have a Visual Studio test adapter such as MsTest, xUnit, NUnit, Chutzpah (for JavaScript tests using QUnit, Mocha and Jasmine), etc. can be run. Tests can be distributed on multiple agents using this task (version 2).",
4+
"loc.description": "Run unit and functional tests (Selenium, Appium, Coded UI test, etc.) using the Visual Studio Test (VsTest) runner. Test frameworks that have a Visual Studio test adapter such as MsTest, xUnit, NUnit, Chutzpah (for JavaScript tests using QUnit, Mocha and Jasmine), etc. can be run. Tests can be distributed on multiple agents using this task (version 2 and later).",
55
"loc.instanceNameFormat": "VsTest - $(testSelector)",
66
"loc.releaseNotes": "<ul><li><b>Run tests using an agent job:</b> Unified agent across Build, Release and Test allows for automation agents to be used for testing purposes as well. You can distribute tests using the multi-agent job setting. The multi-config job setting can be used to replicate tests in different configurations. <a href=\"https://aka.ms/testingwithphases\" target=\"_blank\">More information</a></li><li><b>Test Impact Analysis:</b> Automatically select and run only the tests needed to validate the code change.</li><li>Use the <b>Visual Studio Test Platform Installer task</b> to run tests without needing a full Visual Studio installation.</li></ul>",
77
"loc.group.displayName.testSelection": "Test selection",

Tasks/VsTestV2/make.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"externals": {
3-
"archivePackages": [
4-
{
5-
"url": "https://testselectorv2.blob.core.windows.net/testselector/7841796/TestSelector.zip",
6-
"dest": "./"
7-
},
8-
{
9-
"url": "https://testmanagementstore.blob.core.windows.net/testmanagementcontainer/28213918/TestAgent.zip",
10-
"dest": "./Modules"
11-
},
12-
{
13-
"url": "https://testselectorv2.blob.core.windows.net/testselector/InputDataContractParityTool/InputDataContractParityTool.zip",
14-
"dest": "./Tests"
15-
},
16-
{
17-
"url": "https://testselectorv2.blob.core.windows.net/testselector/TestImpactCollector/TestImpactCollector.zip",
18-
"dest": "./TestSelector"
19-
},
20-
{
21-
"url": "https://procdump.blob.core.windows.net/procdump/procdump.zip",
22-
"dest": "./ProcDump"
23-
}
24-
],
25-
"files": [
26-
{
27-
"url": "https://github.com/Microsoft/vswhere/releases/download/1.0.62/vswhere.exe",
28-
"dest": "./vswhere.exe"
29-
}
30-
]
31-
},
32-
"rm": [
33-
{
34-
"items": [
35-
"Modules/*.pdb",
36-
"Tests/*.pdb",
37-
"TestSelector/*.pdb",
38-
"TestSelector/14.0/*.pdb"
39-
],
40-
"options": "-Rf"
41-
}
2+
"externals": {
3+
"archivePackages": [
4+
{
5+
"url": "https://testmanagementstore.blob.core.windows.net/testselector/7841796/TestSelector.zip",
6+
"dest": "./"
7+
},
8+
{
9+
"url": "https://testmanagementstore.blob.core.windows.net/testmanagementcontainer/28213918/TestAgent.zip",
10+
"dest": "./Modules"
11+
},
12+
{
13+
"url": "https://testmanagementstore.blob.core.windows.net/testselector/InputDataContractParityTool/InputDataContractParityTool.zip",
14+
"dest": "./Tests"
15+
},
16+
{
17+
"url": "https://testmanagementstore.blob.core.windows.net/testselector/TestImpactCollector/TestImpactCollector.zip",
18+
"dest": "./TestSelector"
19+
},
20+
{
21+
"url": "https://testmanagementstore.blob.core.windows.net/procdump/procdump.zip",
22+
"dest": "./ProcDump"
23+
}
24+
],
25+
"files": [
26+
{
27+
"url": "https://github.com/Microsoft/vswhere/releases/download/1.0.62/vswhere.exe",
28+
"dest": "./vswhere.exe"
29+
}
4230
]
31+
},
32+
"rm": [
33+
{
34+
"items": [
35+
"Modules/*.pdb",
36+
"Tests/*.pdb",
37+
"TestSelector/*.pdb",
38+
"TestSelector/14.0/*.pdb"
39+
],
40+
"options": "-Rf"
41+
}
42+
]
4343
}

0 commit comments

Comments
 (0)