Skip to content

Commit

Permalink
fix: change task definition input order
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloavf committed Jul 3, 2018
1 parent 0d827f4 commit c7368f9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Src/GithubReleasePublish/task.json
Expand Up @@ -32,6 +32,14 @@
"helpMarkDown":
"Select the service endpoint for your GitHub connection. <br>To create one, click the Manage link and create a new service endpoint."
},
{
"name": "manuallySetRepository",
"type": "boolean",
"label": "Manually Set Repository",
"defaultValue": "false",
"required": true,
"helpMarkDown": "Manually set Owner and Repository name instead of using the pick list bellow."
},
{
"name": "githubRepository",
"type": "pickList",
Expand All @@ -44,14 +52,6 @@
"DisableManageLink": "True"
}
},
{
"name": "manuallySetRepository",
"type": "boolean",
"label": "Manually Set Repository",
"defaultValue": "false",
"required": true,
"helpMarkDown": "Manually set Owner and Repository name instead of using the pick list above."
},
{
"name": "githubOwner",
"type": "string",
Expand Down

0 comments on commit c7368f9

Please sign in to comment.