I would like to know how (if it's possible) to pass new environment variables to an arbitrary task using the ccnet.config file. Specifically I want to specify environment variables to be passed to <devenv> and <msbuild> tasks. I have hunted through the docs, but have been unable to find any indication of how this is possible.
In case there is a better way, my scenario is: I am starting a visual studio project build. The project contains paths that are defined by environment variables. I want these env variables to be project specific, so they cannot be assigned to the global system env variables. Any help is greatly appreciated! -Kelly
