Skip to content

Commit 23d8d68

Browse files
[NodeTaskRunnerInstallerV0] add docs links (#18261)
* Add links to documentation * Bump task version to 0.222.0 --------- Co-authored-by: Pavlo Andriiesh <[email protected]>
1 parent 85f2848 commit 23d8d68

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"loc.friendlyName": "Node.js tasks runner installer",
3-
"loc.helpMarkDown": "TDB",
3+
"loc.helpMarkDown": "[Learn more about this task](https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/node-task-runner-installer-v0)",
44
"loc.description": "Install specific Node.js version to run node tasks",
55
"loc.instanceNameFormat": "Install node runner $(runnerVersion)",
66
"loc.input.label.runnerVersion": "Version of runner to install",

Tasks/NodeTaskRunnerInstallerV0/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"name": "NodeTaskRunnerInstaller",
55
"friendlyName": "Node.js tasks runner installer",
66
"description": "Install specific Node.js version to run node tasks",
7-
"helpUrl": "TDB",
8-
"helpMarkDown": "TDB",
7+
"helpUrl": "https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/node-task-runner-installer-v0",
8+
"helpMarkDown": "[Learn more about this task](https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/node-task-runner-installer-v0)",
99
"category": "Utility",
1010
"runsOn": [
1111
"Agent",
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 0,
17-
"Minor": 221,
17+
"Minor": 222,
1818
"Patch": 0
1919
},
2020
"preview": true,

Tasks/NodeTaskRunnerInstallerV0/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "NodeTaskRunnerInstaller",
55
"friendlyName": "ms-resource:loc.friendlyName",
66
"description": "ms-resource:loc.description",
7-
"helpUrl": "TDB",
7+
"helpUrl": "https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/node-task-runner-installer-v0",
88
"helpMarkDown": "ms-resource:loc.helpMarkDown",
99
"category": "Utility",
1010
"runsOn": [
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 0,
17-
"Minor": 221,
17+
"Minor": 222,
1818
"Patch": 0
1919
},
2020
"preview": true,

0 commit comments

Comments
 (0)