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

Transform Not Working In Template Studio Created WinUI 3 Projet #280

Open
wizzbangwa opened this issue Jun 8, 2023 · 0 comments
Open

Transform Not Working In Template Studio Created WinUI 3 Projet #280

wizzbangwa opened this issue Jun 8, 2023 · 0 comments

Comments

@wizzbangwa
Copy link

I am trying to transform appsettings.json. The project type is a WinUI3 project created using Template Studio. The following sub files are created:
appsettings.Debug.json
appsettings.Release.json
appsettings.win10-arm64.json
appsettings.win10-x64.json
appsettings.win10-x86.json

When debugging, transformations are not happening. All I care about is appsettings.Debug.json gets used when debugging and appsettings.Release.json gets used when releasing. The other three are useless, I have no idea when they get used. I did put the debug transformations in them in case they were being used, they're not.

Expectations:

  • appsettings.Debug.json transformations to be used when in debug.
  • appsettings.Release.json to be used when in release.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant