Maybe you want to configure an automatic build with Azure Pipelines. It is quite easy to configure and you get builds for Windows, Linux and Mac for every commit.
Hi Folks
———————-
An edit at the top of the thread on updates since I wrote this first post
Azure pipelines setup as described here can build your plugin on all three platforms and upload a working zip to a github release automatically on every push to master; as well as building all your pull requests before you merge them.
The directions in this thread are complete but the short version is:
Basically you need to invite the azure pipeline into your repo (as documented https://docs.micros…