Martenfur/Nopipeline

Full paths instead of Relative paths not working as expected

OAguinagalde opened this issue · 2 comments

Hello @Martenfur
I'm not 100% positive, but I couldn't make it work with full paths instead of relative paths. I was getting paths like C:\Path\To\ContentC:\Path\To\Project\Content and things like that. I ended up fixing it, at least for my specific use case. I would issue a Pull Request but in my fork I also got rid of some things and updated it to be compatible with .Net Core so if you want to check it out, the changes I made and an explanation are in my fork (b9aac72). The changes are a couple of lines but let me know if there is a better way of fixing the isse. For all I know I fixed my case but made it not work with plenty of other cases, didn't really test it in depth.

Cheers.

Probably fixed now.

Can confirm, thanks! 👍