How to build c# project?
I have a big solution with some c# projects (each project is separate git repo and is linked as submodule in solution repo). I want to build them in separate teamcity projects. How to do that? I see only .sln builder option.
Please sign in to leave a comment.
Roman,
Do you see MSBuild in the runner dropdown? You can use that on a .csproj file directly.