Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create transformations for appsettings #28

Open
marknfawaz opened this issue Jan 28, 2021 · 0 comments
Open

Create transformations for appsettings #28

marknfawaz opened this issue Jan 28, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@marknfawaz
Copy link
Contributor

When migrating from a project that has web.config transformations (like debug, release, etc...), these transformations are not migrated to new appsettings files. We need to create an appSettings.TRANSFORMATION.json for each type of web.TRANSFORMATION.config:

For example, a web.config file with a Debug transformation will generate two appsetting files:
appSettings.json
appSettings.Debug.json

@marknfawaz marknfawaz added the enhancement New feature or request label Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant