openalm / Extension-UtilitiesPack

Release Management utility tasks
Other
34 stars 38 forks source link

Feature Request: Allow PowerShell++ inline script to accept arguments #95

Closed deadlydog closed 6 years ago

deadlydog commented 6 years ago

It would be nice if the PowerShell++ task allowed arguments to be passed to Inline Scripts like it does with File Path scripts. The default TFS PowerShell task allows this, but it's max inline script character length is much too short, which is why I have been using this task instead.

harshil93 commented 6 years ago

@deadlydog I have deprecated the Powershell++ task as the support cost for it was large. I would suggest you to use Powershell task which is natively available.

To workaround, I would suggest you to fork out the default Powershell task, change the maxLength field in its JSON and package it in your own extension and publish. You will have a lot of control in that case.

deadlydog commented 6 years ago

Well that makes me sad since I already use your awesome extension in many release definitions, but I understand. Thanks for replying back @harshil93 👍