Open gwennberry opened 6 years ago
Hi gwennberry,
I get the same error when I run "dotnet build" in Terminal on MacOS. Both Alignment.logic and VcfCompare fail during the redist copy step. However, there aren't any spaces in the path specifying the location where the source code is saved.
Do you (or someone else) have an idea how this issue can be solved?
Thanks a lot!
Running dotnet build on the command line normally works just fine, but if you happen to be keeping your source in a directory that contains spaces somewhere up the line, a couple of redist copy steps fail. My guess is a couple of well-placed quotes would fix this. :)