MSBuildTools12.0_x86_Path unmet requirement in TeamCity for Linux / Mono agent

I have a C # webservice built in VS2013 that I deployed to mono and worked fine. I just installed the indentical linux box as the agent of my TeamCity installation - the problem is that I have an unmet requirement "MSBuildTools12.0_x86_Path". Any ideas on how I can satisfy this requirement? I am hoping to avoid a window based agent ...

Greetings

+3


source to share


1 answer


I had the wrong collector selected in TeamCity in the config. I changed the runner type to "MSBuild" and the version to "Mono xbuild 4.0" and the platform to "x64". Finally, you need to point to your .sln file for "Build File Path" - everything works now



+3


source







All Articles