Thread: Regex
View Single Post
  #3  
Old 10-17-2006, 07:49 PM
conrad conrad is offline
Registered User
 
Join Date: 10-17-2006
Location: Philippines
Posts: 4
Send a message via Yahoo to conrad
Sorry ! I didnt exlain it better , My vsbuild contains a Process step from which it search for all solutions files then build it using Make VS.NET step with a %PROCFILES_FULLPATH% (I believe this macro contains all the sln files search) . What I want to accomplish is to build from whatever default solution config it find whether its release or release mindependency because some of my solution files is build using release and some rel mindependency . The problem is that the build will break if I only choose one configuration from Make VS.NET step and I dont want to build all the sln config . I'm trying to solve it using a regular expression so the sln files should build using its default configuration . Can you post an example of regex ?
Reply With Quote