I use Microsoft’s Azure to do cloud compiles of the c++ engine for my new game. For Thimbleweed Park builds were hand compiled which took a lot of time and was very error prone. More than once I made DEBUG builds rather than RELEASE builds or forgot to change some debug setting back. It’s nice to have builds compiled in the cloud and know they are from a pristine environment each time. I also don’t have to keep a Windows machine (or a VM) around just to do a build. Cloud builds are also...