View Single Post
  #1  
Old 01-29-2007, 07:32 AM
teognost teognost is online now
Registered User
 
Join Date: 05-25-2004
Location: Prague,Czech Republic
Posts: 200
Question 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...
Reply With Quote