-
-
Notifications
You must be signed in to change notification settings - Fork 177
Closed
Labels
Description
Hi there,
I have noticed that your Tool is executed Via a Powershell script, which triggers various DLL Libraries.
Have you considering adding Cake Build Addin Support?
Cake is a tool for automating building projects using C# and Roslyn (It stands for C# Make), it also accepts addins and tools via NuGet import, if your .dlls support .NET Core, it might be trivial to create a Cake Alias for it.
This way you can avoid Powershell, and allow for simple cross platform support.