Skip to content

Commit

Permalink
Added ability to resize inline powershell script input field
Browse files Browse the repository at this point in the history
  • Loading branch information
icnocop committed May 9, 2016
1 parent 680efa9 commit 407db1b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Xpirit-Vsts-Build-InlinePowershell/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
"label": "Script to run",
"defaultValue": "Write-Output 'Hello world'",
"required": true,
"helpMarkDown": "Write all your thoughts in powershell in this textbox"
"helpMarkDown": "Write all your thoughts in powershell in this textbox",
"properties": {
"resizable": "true",
"rows" : "10"
}
}
],
"instanceNameFormat": "InlinePowershell",
Expand All @@ -33,4 +37,4 @@
"workingDirectory": "$(Build.SourcesDirectory)"
}
}
}
}

0 comments on commit 407db1b

Please sign in to comment.