So what I'm looking for is some way to build my PLC project in a Docker Container for a nice and easy CI/CD.
From what I found online it is not possible to perform a command line compilation of Beckhoff TwinCAT.
I did find this post on stackoverflow:
But this requires devenv.exe which is not provided in build tools.
Anyone got a way of building my project within docker?