TeamCity cannot work with TFS project collections that contain spaces

I have TeamCity 7 configured to run CI on multiple .Net / VS2010 projects. one of these projects is part of the project collection, which contains spaces, when I try to start the assembly in this project, it adds it to the queue and says that no agents are compatible. When I click No Agents, it shows all my agents in the list of compatible agents.

Other projects that I created differ only in the collection of projects in which they are located. Projects under other collections (no spaces), and the other one is set up against Git, everything works fine. Unfortunately, due to factors beyond my control, renaming a project collection may not be possible at this time.

I have already made sure that the project collection name is escaped ( My%%20Collectionfor My Collection, in this JetBrains work item: http://youtrack.jetbrains.com/issue/TW-18726 ) and cannot find any other information on what to make it work .

Does anyone have any idea why TeamCity will not work for TFS projects as part of project collections containing spaces?

+3
source share

All Articles