I've been trying to get even a simple "Hello World" .Net Core 2.x Console App running via ADF v2 Custom Activity/Batch Service but with no luck. It does seem to work when I provision a WindowsServer and run a .Net Framework 4.5.x Console App though. Can't find any examples where this would work but also can't imagine why it wouldn't.
I've tried calling:
- ConsoleApp.dll
- dotnet run ConsoleApp
- and dotnet publish -r win-x64, then copying those files over and calling ConsoleApp.exe
Any suggestions on what else I could try?