pwsh error executing remote invoke-atomictest from linux to windows
Guillaume-Muller opened this issue · 2 comments
Guillaume-Muller commented
When I try to run a powershell test from Debian to Windows, I get the following error
Usage: pwsh[.exe]
(...)
The argument "&" is not recognized as the name of a script file...
It is working well when I run a "command-prompt" test
It seems that pwsh is expecting a file name instead of a command line. I tried "-c" before the powershell command but not working
clr2of8 commented