Hi
for the moment this is not possible with the devenv task. The exec task does however : http://confluence.public.thoughtworks.org/display/CCNET/Executable+Task so maybe you can use this task, set the needed environments and call devenv (looking into adding the environments to other tasks to) with kind regards Ruben Willems On Tue, Dec 29, 2009 at 8:47 PM, Kelly <[email protected]> wrote: > 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 >
