[ ] There is an issue for the bug/feature this PR is for. To avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it.
In an extensions.json file you can specify a single set of targetBuildConfigurationProperties which are applied to both debug and release, I want to be able to apply different properties to debug vs release.
What is the new behavior?
Allows you to specify different build properties for debug and release for extensions.
So as not to break existing it adds a new property targetNamedBuildConfigurationProperties where you can specify 'release' or 'debug' properties.
PR Checklist
What is the current behavior?
In an extensions.json file you can specify a single set of
targetBuildConfigurationProperties
which are applied to both debug and release, I want to be able to apply different properties to debug vs release.What is the new behavior?
Allows you to specify different build properties for debug and release for extensions.
So as not to break existing it adds a new property
targetNamedBuildConfigurationProperties
where you can specify 'release' or 'debug' properties.e.g.