Using GitLab CI with C #

I was working on a C # application and wanted to try GitLab CI. All I see is Ruby and cannot find any information on how to create a C # application using it.

When I run the test settings, it just hangs on hold, as I'm not sure if I should have a YAML file.

Is this possible, or am I stupid?

Thanks PXgamer

+5
source share

Source: https://habr.com/ru/post/1232442/


All Articles