Shared windows runner

Hello,

I’d like to migrate some projects from my selfhosted git to gitlab (not self hosted) and use the CI portion of gitlab, which I really like.

I tried it out with Java projects that I had without an issue.

However I’m looking at migrating a .NET project which can’t be compiled on mono and dotnetcore because it’s using WPF (Windows Presentation Foundation).

I could let out the UI portion and build a buildscript which compiles everything except to UI with mono (I guess it could work) and then run the unittests for those, but then I’m missing the unittests for my ViewModels.

Is there a way to get this working without hosting my own windows runner? Are there any shared Gitlab Windows runner that I could use, or are there any plans on making some in the future?

Cheers!

magges

2 Likes