The docs for Pipelines suggest only Linux dockers can be created. But what if it's a set of Windows apps that don't use dockers? Can Pipelines still be used?
Hello Michael,
For Windows applications, currently Bitbucket Pipelines supports building .NET core applications.
We have a feature request open which is tracking the progress of having support for general windows builds. We're currently blocked by some limitations of Windows Docker containers, which we need support for into to build generic Windows applications.
It's worth noting that your application doesn't need to build or use docker. We just build your code inside of a Docker environment.
Thanks,
Phil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.