Skip to content

Commit

Permalink
Update tasks with FWLinks (#7773)
Browse files Browse the repository at this point in the history
I added these links without FWLinks before because we were having trouble with the new FWLink tool.
  • Loading branch information
brcrista authored Jul 19, 2018
1 parent 41ca823 commit c24608e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"loc.friendlyName": "Python Script",
"loc.helpMarkDown": "[More information](https://docs.microsoft.com/vsts/pipelines/tasks/utility/python-script)",
"loc.helpMarkDown": "[More information](https://go.microsoft.com/fwlink/?LinkID=2006181)",
"loc.description": "Run a Python script.",
"loc.instanceNameFormat": "Run Python script",
"loc.instanceNameFormat": "Run a Python script",
"loc.group.displayName.advanced": "Advanced",
"loc.input.label.scriptSource": "Script source",
"loc.input.help.scriptSource": "Whether the script is a file in the source tree or is written inline in this task.",
Expand Down
6 changes: 3 additions & 3 deletions Tasks/PythonScriptV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "PythonScript",
"friendlyName": "Python Script",
"description": "Run a Python script.",
"helpMarkDown": "[More information](https://docs.microsoft.com/vsts/pipelines/tasks/utility/python-script)",
"helpMarkDown": "[More information](https://go.microsoft.com/fwlink/?LinkID=2006181)",
"category": "Utility",
"visibility": [
"Build",
Expand All @@ -17,10 +17,10 @@
"version": {
"Major": 0,
"Minor": 138,
"Patch": 0
"Patch": 1
},
"demands": [],
"instanceNameFormat": "Run Python script",
"instanceNameFormat": "Run a Python script",
"groups": [
{
"name": "advanced",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/PythonScriptV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 0,
"Minor": 138,
"Patch": 0
"Patch": 1
},
"demands": [],
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"loc.instanceNameFormat": "Use Python $(versionSpec)",
"loc.group.displayName.advanced": "Advanced",
"loc.input.label.versionSpec": "Version spec",
"loc.input.help.versionSpec": "Version range or exact version of a Python version to use, using semver's version range syntax. [More information](https://www.npmjs.com/package/semver)",
"loc.input.help.versionSpec": "Version range or exact version of a Python version to use, using semver's version range syntax. [More information](https://go.microsoft.com/fwlink/?LinkID=2006180)",
"loc.input.label.addToPath": "Add to PATH",
"loc.input.help.addToPath": "Whether to prepend the retrieved Python version to the PATH environment variable to make it available in subsequent tasks or scripts without using the output variable.",
"loc.input.label.architecture": "Architecture",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/UsePythonVersionV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 0,
"Minor": 138,
"Patch": 0
"Patch": 1
},
"demands": [],
"instanceNameFormat": "Use Python $(versionSpec)",
Expand All @@ -31,7 +31,7 @@
"label": "Version spec",
"required": true,
"defaultValue": "3.x",
"helpMarkDown": "Version range or exact version of a Python version to use, using semver's version range syntax. [More information](https://www.npmjs.com/package/semver)"
"helpMarkDown": "Version range or exact version of a Python version to use, using semver's version range syntax. [More information](https://go.microsoft.com/fwlink/?LinkID=2006180)"
},
{
"name": "addToPath",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/UsePythonVersionV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 0,
"Minor": 138,
"Patch": 0
"Patch": 1
},
"demands": [],
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down

0 comments on commit c24608e

Please sign in to comment.