Skip to content

Commit bbe4d0e

Browse files
Merge pull request #5 from ChrisLGardner/fix-task-info
Update information in task to match new location and name
2 parents 0087fa2 + 95855b4 commit bbe4d0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Extension/task/task.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"id": "cca5462b-887d-4617-bf3f-dcf0d3c622e9",
33
"name": "Pester",
4-
"friendlyName": "Pester Test Runner from Black Marble",
5-
"description": "Run Pester tests by either installing the latest version of Pester at run time (if possible) or using the version shipped with the task (4.3.1)",
6-
"helpMarkDown": "Version: #{Build.BuildNumber}#. [More Information](https://github.com/rfennell/vNextBuild/wiki/Pester-Task/)",
4+
"friendlyName": "Pester Test Runner",
5+
"description": "Run Pester tests by either installing the latest version of Pester at run time (if possible) or using the version shipped with the task (4.6.0)",
6+
"helpMarkDown": "Version: #{Build.BuildNumber}#. [More Information](https://github.com/pester/AzureDevOpsExtension)",
77
"category": "Test",
88
"visibility": [
99
"Build",
1010
"Release"
1111
],
12-
"author": "Richard Fennell",
12+
"author": "Pester",
1313
"version": {
1414
"Major": 1,
1515
"Minor": 1,

0 commit comments

Comments
 (0)