I need to set a system environment variable before a task.
i.e FooVariable must be set to "foovalue" from the build xml.
I know that i can pass env variables to executables thru the exec -env
nested tasks,
but i wanna update this system variable before each VB or VC++ compile task.

Reply via email to