jediwhale / fitsharp

Functional testing tools for .NET
http://fitsharp.github.io
Other
152 stars 73 forks source link

Variables in config files #59

Open jediwhale opened 14 years ago

jediwhale commented 14 years ago

Part of general review of how to do config best.

e.g. AddAssembly>server\bin\${config}\framework.dll /AddAssembly>

kimgr commented 13 years ago

We would find this useful too.

Support for expanding regular old environment variables in configuration values would be enough for us, e.g.

<AddAssembly>server\bin\%CONFIG%\framework.dll</AddAssembly>

Of course, the ${config} syntax would work too, but I'm so used to the batch syntax that it feels natural.