#1
|
|||
|
|||
get different sources form VSS based on labels
get custom VSS sources based on labels
Hi I want to know (if possible) if VBP can resolve the next scenario: i have in VSS more projects. These projects have many versions, each of these version having a specific Label/comment. Is VBP able to query VSS and take from there sources based on these label? I mean is VBP able to get not only the latest sources but a custom combination of versions form these projects. Scenario in VSS i have: project1 - version1 -label1 - version2 -label2 - version3 -label3 project2 - version1 -label1 project3 - version1 -label1 - version2 -label2 for the build process i need project1/version2 and project2/version1 and project3/version2 Is VBP able to get from vss only the sources for these versions using those labels? thanks, francesco |
#2
|
|||
|
|||
You can get on a specific project label by entering Llabelname, but if you want to get on different labels for different projects, you'll need to use a separate step, specifying the appropriate label for each project.
|
|
|