ironmansoftware / universal-automation

Universal Automation is the PowerShell-first automation platform.
https://ironmansoftware.com/universal-automation/
MIT License
24 stars 4 forks source link

Job execution broken, when PowerShell 6 is installed as global DotNet Tool #18

Closed dewdeded closed 4 years ago

dewdeded commented 4 years ago

UA starts and runs (daemon and web frontend) but every job execution fails, beause UA selects "pwsh.exe" in the users .dotnet\tools-directory as powershell binary/instance.

Tested Windows 10 and Windows Server 2019

Can the shell UA uses be configured?

adamdriscoll commented 4 years ago

Tonight's build will include New-UAPowerShellVersion to allow you to register a new version\path to pwsh.exe