Forum Discussion

Joostdeboer's avatar
Joostdeboer
Copper Contributor
May 17, 2022
Solved

Publishing a self-hosted pipeline on MacOS with dotnet issues

I've been interested in DevOps for a while and finally went around to do some courses on it. I found a nice one that I have been following, but I've recently run into some issues.   https://docs.mi...
  • Joostdeboer's avatar
    May 17, 2022

    JoostdeboerThe issue was solved. I had the path to the file that was being called, and this path contained a space. Inputting the path did not attach quote marks around it, so it was being read as separate files, and thus produced an error. I've fixed the path string to contain no more spaces, instead attaching the words with underscores, and the error disappeared.

    If anyone knows of a way to fix it by making the command ran on the pipeline always use quotation marks, that would be good to know as well, but for now I've found a way to solve it.

Resources