You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tasks/VsTestV2/Strings/resources.resjson/en-US/resources.resjson
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
"loc.input.help.uiTests": "To run UI tests, ensure that the agent is set to run in interactive mode. Setting up an agent to run interactively must be done before queueing the build / release. Checking this box does <b>not</b> configure the agent in interactive mode automatically. This option in the task is to only serve as a reminder to configure agent appropriately to avoid failures. <br><br> Hosted Windows agents from the VS 2015 and 2017 pools can be used to run UI tests.<br> [More information](https://aka.ms/uitestmoreinfo).",
33
33
"loc.input.label.vstestLocationMethod": "Select test platform using",
"loc.input.help.vsTestVersion": "The version of Visual Studio test to use. If latest is specified it chooses Visual Studio 2017 or Visual Studio 2015 depending on what is installed. Visual Studio 2013 is not supported. To run tests without needing Visual Studio on the agent, use the ‘Installed by tools installer’ option. Be sure to include the ‘Visual Studio Test Platform Installer’ task to acquire the test platform from nuget.",
35
+
"loc.input.help.vsTestVersion": "The version of Visual Studio test to use. If latest is specified it chooses the latest among Visual Studio 2019, 2017 or 2015 depending on what is installed. Visual Studio 2013 is not supported. To run tests without needing Visual Studio on the agent, use the ‘Installed by tools installer’ option. Be sure to include the ‘Visual Studio Test Platform Installer’ task to acquire the test platform from nuget.",
36
36
"loc.input.label.vstestLocation": "Path to vstest.console.exe",
37
37
"loc.input.help.vstestLocation": "Optionally supply the path to VSTest.",
Copy file name to clipboardExpand all lines: Tasks/VsTestV2/task.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
"version": {
18
18
"Major": 2,
19
19
"Minor": 143,
20
-
"Patch": 8
20
+
"Patch": 9
21
21
},
22
22
"demands": [
23
23
"vstest"
@@ -201,11 +201,12 @@
201
201
"label": "Test platform version",
202
202
"defaultValue": "latest",
203
203
"required": false,
204
-
"helpMarkDown": "The version of Visual Studio test to use. If latest is specified it chooses Visual Studio 2017 or Visual Studio 2015 depending on what is installed. Visual Studio 2013 is not supported. To run tests without needing Visual Studio on the agent, use the ‘Installed by tools installer’ option. Be sure to include the ‘Visual Studio Test Platform Installer’ task to acquire the test platform from nuget.",
204
+
"helpMarkDown": "The version of Visual Studio test to use. If latest is specified it chooses the latest among Visual Studio 2019, 2017 or 2015 depending on what is installed. Visual Studio 2013 is not supported. To run tests without needing Visual Studio on the agent, use the ‘Installed by tools installer’ option. Be sure to include the ‘Visual Studio Test Platform Installer’ task to acquire the test platform from nuget.",
0 commit comments