vsts-xdttransform-task
vsts-xdttransform-task copied to clipboard
Linux support?
Hi, is there any plan for support linux build agents?
Hi @evollu, Sorry for the really late reply, the task is using internally a .net assembly written by Microsoft and making the task work on linux would mean rewrite everything in typescript which i don't have the time to do.
Thanks for your reply. I ended up creating my own plugin and uses https://github.com/nil4/dotnet-transform-xdt. it is dotnet core based