Setting VCS Folders?
I'm using TeamCity 7. I'm needing to checkout from two seperate VCSs and place them in the following structure...
C:\BuildAgent\work
\20ee42532feef32
\VCS1Folder
\(VSC1Stuff)
\VCS2Folder
\(VSC2Stuff)
... all i can seem to get the content of both VCS checkouts in the same folder like this...
C:\BuildAgent\work
\20ee42532feef32
\(VSC1Stuff)
\(VSC2Stuff)
... how can i control the subfolder within the build folder that a VCS root is placed?
- Tom
1 comment
Sort by
Date
Votes
I figured this out.Its the "Checkout rules" part of the VCS settings. It wasn't obvious from looking at it that it was also useful to redirect the whole repository to a folder... the description made it sound like it was only there for exclusions.
Please sign in to leave a comment.