You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for Pwsh execution
* fix test cases
* fix test case
* fix
* Fix
* another try
---------
Co-authored-by: Muskan Khedia <muskankhedia@microsoft.com>
Copy file name to clipboardExpand all lines: website/docs/guides/0221-usage-extensions.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -568,6 +568,7 @@ This component can be used to execute generic scripts using facilities common to
568
568
| PackageName | Name of the workload package built for running the script. If the workload package is being downloaded from blob package store, this needs to match with the package name defined in DependencyPackageInstallation. | String |
569
569
| FailFast | Flag indicates that the application should exit immediately on first/any errors regardless of their severity. | Boolean |
570
570
| UsePython3 | (Only valid for PythonExecutor) A true value indicates use of "python3" as environment variable to execute python, a false value will use "python" as the environment variable. | Boolean (Default is true) |
571
+
| UsePwsh | (Only valid for PowershellExecutor) A true value indicates use of "pwsh", a false value will use "powershell" as the command executor. | Boolean (Default is false) |
0 commit comments