Skip to content

Commit

Permalink
Add help Markdown (#6879) (#6880)
Browse files Browse the repository at this point in the history
* Add help Markdown
* Bump patch version
  • Loading branch information
brcrista authored Apr 4, 2018
1 parent 424933f commit 3cc1a64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"loc.friendlyName": "Use Python Version",
"loc.helpMarkDown": "",
"loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=871498)",
"loc.description": "Retrieves the specified version of Python from the tool cache. Optionally add it to PATH.",
"loc.instanceNameFormat": "Use Python $(versionSpec)",
"loc.input.label.versionSpec": "Version spec",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/UsePythonVersion/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "UsePythonVersion",
"friendlyName": "Use Python Version",
"description": "Retrieves the specified version of Python from the tool cache. Optionally add it to PATH.",
"helpMarkDown": "",
"helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=871498)",
"category": "Tool",
"runsOn": [
"Agent",
Expand All @@ -13,7 +13,7 @@
"version": {
"Major": 0,
"Minor": 133,
"Patch": 1
"Patch": 2
},
"preview": true,
"demands": [],
Expand Down
2 changes: 1 addition & 1 deletion Tasks/UsePythonVersion/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 0,
"Minor": 133,
"Patch": 1
"Patch": 2
},
"preview": true,
"demands": [],
Expand Down

0 comments on commit 3cc1a64

Please sign in to comment.