History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2131
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: Wojciech Urbanski
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Built-in support for PowerShell scripting in Quickbuild

Created: 18/Jul/14 07:23 AM   Updated: 22/Dec/15 09:44 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 6.1.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Any Windows OS


 Description  « Hide
Please implement a way to run PowerShell scripts from QB the same way it can be done for batch scripts - that is by typing the contents of a script into script body and letting QB run the correct interpreter.

 All   Comments   Work Log   Change History      Sort Order:
Phong Trinh [19/Oct/15 05:14 PM]
I hope this will be implemented very soon.

Phong Trinh [24/Nov/15 06:17 PM]
When you look into CI tool named ElectricCommander/ElectricFlow, it provides user to specify what shell they want to embedded t into the step. For example: Shell: ec-perl for Perl, Shell: {1}.ps1 is for PowerShell, ...