View Single Post
  #1  
Old 01-31-2007, 03:53 PM
Lonnie Lonnie is online now
Registered User
 
Join Date: 01-31-2007
Location: Florida
Posts: 4
Configuration File

Is there a way to put all of the settings for a build into a file, then have the build refer to that file when executing?

And if so, what is the prefered method?

Take the following information for instance:

BuildNumber = 1234
Label = true

I have seen examples on how to prompt the user for this type of information, or for the user to enter it manually, but haven't seen an example on how to retrieve it from a file.

Having it retrieved from a file allows us to schedule a silent build.

Thanks.
Reply With Quote