The obfuscar config file needs to specify "InPath" and "OutPath". Is it possible to use an environment variable? If yes, how?
The reason is that this config file is in SVN and then should be used by people having their projects locally in different locations where the environment variable points to.
e.g.
<Var name="InPath" value="%MYDEVPATH%\Project\bin\Release" />
instead of
<Var name="InPath" value="c:\foo\foo\foo\Project\bin\Release" />
regards,
Tobi
edited: changed $(MYDEVPATH) to %MYDEVPATH%