Hello, Is it possible to dump the dynamic values created from the parameters to a file while doing the build? I know I can pass them on the command line, or via the environment variables, but this is limited in size and also means that I cannot control the encoding they are saved as. I'm looking for a way to create an XML file, encoded in UTF-8, that would contain the content of the parameters I'm giving to it. Is there a task that would do that? Something that dumps name/value pairs would be enough.
I need it to server as the input to a third party program that would use those values to perform a specific task. Regards Olivier
