See #471
The target generating RuntimeConfig.json has an Inputs which includes runtimeconfig.template.json, which is often not present, causing the target to always execute. The file should only be included as an input if it exists, to fix incremental compilation.
Including the target name GenerateBuildRuntimeConfigurationFiles
in this issue since that's what I searched for when I failed to find this and duplicated it as #944.
Most helpful comment
Including the target name
GenerateBuildRuntimeConfigurationFiles
in this issue since that's what I searched for when I failed to find this and duplicated it as #944.