c# - Single NuGet transformation file for web.config and app.config -


nuget has nice feature of transforming configurations, used transformations in web.config or app.config.

now in scenario, want update main config, no matter whether it's web or app, have single source of truth, e.g., 1 file install , uninstall in package file.

is possible somehow? best practice?

you can copy , rename file before building package. of course, should make kind of script task.


Comments

Popular posts from this blog

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -