Replies: 2 comments
-
You can probably just do this. I use these for quick bash or cmd call ` public static string BashOut(this string cmd)
} public static string CommandLineOut(this string cmd)
}` |
Beta Was this translation helpful? Give feedback.
-
Thanks @nick5454 |
Beta Was this translation helpful? Give feedback.
-
My Cake 2.0 runs on a debian and my tests need sudo permission to pass. I don't want to run the whole cake process with sudo.
How can I execute just the DotNetTest() command with sudo? Is this doable at all?
Thanks in advance for feedback!
Beta Was this translation helpful? Give feedback.
All reactions