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.
|