We often get questions about windows and .NET support. CircleCI has historically not supported building on windows. The introduction of .NET core complicates this a little bit. True windows support is on our roadmap, but we do not have any sort of ETA for when this will be available.
Frequently Asked Questions
Can I run .NET Core builds?
Yes, using the Linux containers found in the official docker repository you can build all of your .NET core projects on CircleCI.
Can I run other versions of .NET?
No, at this time we only support .NET core.
Can I use Mono?
Yes, if your project is able to be built on Linux or MacOS then you should be able to use mono without any issues.
Can I run builds in a Windows Environment?
No, at this time we only support Linux and MacOS build environments.
Can I run builds in a Windows "Nano" Server Docker Image?
No, at this time we only support Linux docker images.
Comments
Recently integrated my project, several issues until i had found good docs for .NET core 2.1-preview2 integration:
https://github.com/hack2root/build/blob/master/.circleci/config.yml
Please sign in to leave a comment.