|
#1
|
|||
|
|||
Build VS2005 solutions from a text file
I plan to migrate our NANT automated production into VBP.
We have a lot of VS.Net solutions to build. In NANT all the solutions needed to be built were written in a text file like this: C:\Path\Sol1.sln,me@gmail.com C:\Path\Sol2.sln,you@gmail.com etc(email address belongs to the person needed to be announced in case of build failure) NANT build just reads this text file and builds the necessary solutions. Is there any way to do this in VBP? I mean instead of creating a step for every solution-just have one step which is builded again and again for every solution written into the text file -till the end of file is reached... |
#2
|
|||
|
|||
|
|