CI on Windows

Hi,

I am looking, if you are familiar with CI on Windows, for suggestions on how to proceed. For long, I have been using my own runners with docker on Linux for CI.

However, this seems to fall short on Windows since afaict there’s no docker support. However, running the CI on the command line also doesn’t seem to be a great idea as I would preferably like to containerize testing. The application needs to compile using different versions of VS and run a few tests.

Any suggestions?