Replies: 1 comment
-
Task uses mvdan/sh as its shell. This is a cross-platform, POSIX/BASH style shell. However, it does not currently have support for builtins. If you know that your tasks will only be used on Windows, then its perfectly acceptable to invoke |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to copy file but any copy command does not work:
It's too nonsense to run
pwsh -c 'cp a b'
to copy file. How can I solve it?I just want to run commands on Power Shell, because my task will only run on Windows. can I do that?
Beta Was this translation helpful? Give feedback.
All reactions