Closed constructor-igor closed 8 years ago
This isn't an issue with the addin as aliases are called from a cake file which is C# code, so your really asking how do I write multi-line text in C#...
Why don't you save it as a powershell file and call that using the "StartPowershellFile" alias?
Hi,
I want to send email from cake with help of powershell script. In other script I use function SendEmail (see below). In cake script I found next "single-line" way:
But I have a 2 problems: