TeamCity MSBuild runner
Answered
Hello All,
How do I specify a target that contains space-characters?
Specifically, I have a solution file that contains multiple projects in solution folders.
Such a project normally corresponds to a target like
Folder\Sub-Folder\Project-Name
Unfortunately on of those folders contain space characters.
Please sign in to leave a comment.
Hello Wolfgang,
We have this bug reported in our tracker https://youtrack.jetbrains.com/issue/TW-41117, please vote for it. Please try to enclose the target in double-quotes. If it does not help, then the only workaround for now is to rename the directory.
Sorry for the inconvenience.