I need to generate a unique binary file at the end of each build, containing the bootloader, my application and default init data. This file will be used to flash the ESP and commited on our repository.
I’d like the equivalent of the “combine bin” feature of the ESP download tool.
The easiest way to accomplish this would be using a custom post-build action (requires the Custom edition). If you are using a lower edition, adding a custom msbuild action should have a similar effect.