Open
Description
We use a custom build environment that uses a Web.base.config
and SlowCheetah to transform this file to the actual Web.config
that is used by the WebAPI. Paket always updates the app.config
or web.config
, but this file is overwritten during our build process.
It would be great to specify an alternative name in the paket.references
file that should be updated. A more common approach could also be used, by specifying all the files in the paket.dependencies
that should be scanned for application bindings.