Reputation: 15982
I have TeamCity 7 set up to run CI against multiple .Net/VS2010 projects. one of these projects is within a project collection that contains spaces, when I try to run a build on this project it adds it to the queue and says that no agents are compatible. When I click on No Agents it shows all of my agents under the Compatible Agents list.
The other projects I have set up differ only by the project collection they are under. The projects under other collections (with no spaces), and another set up against Git, all work just fine. Unfortunately, due to factors outside my control, renaming the project collection may not be possible at this time.
I have already made sure the project collection name is escaped (My%%20Collection
for My Collection
, per this JetBrains work item: http://youtrack.jetbrains.com/issue/TW-18726) and cannot find any other information on what to do to make it work.
Does anyone have any ideas why TeamCity will not work for TFS projects under project collections that contain spaces?
Upvotes: 3
Views: 384