I am trying to manipulate the settings files for my CI pipeline. I can modify settings that already exist, but when I try to load a new setting attribute, it lets me add it to the entry, but when I run dum_yaml command, only settings attributes that already exist are changed. The new settings I have added are not in the file.
Specifically, I am manipulating the IL2CPP settings and trying to protect against a situation where someone has not enabled il2cpp and is missing the settings in the project settings file.
I am trying to manipulate the settings files for my CI pipeline. I can modify settings that already exist, but when I try to load a new setting attribute, it lets me add it to the entry, but when I run dum_yaml command, only settings attributes that already exist are changed. The new settings I have added are not in the file.
Specifically, I am manipulating the IL2CPP settings and trying to protect against a situation where someone has not enabled il2cpp and is missing the settings in the project settings file.
Steps to reproduce:
Expected Results: Project settings file has a new entry called testAttribute with a value of Test = 1