TeamCity 2020.2 - Migrating from Visual Studio (.sln) for C++ solutions

Answered

In TeamCity 2020.2, several build runners are now deprecated, including both the "Visual Studio (.sln)" running as well as "MSBuild".  We want to migrate to the supported runners in the near future, but it's not really clear which runner we should use for this.

For .NET solutions, it seems pretty straight forward, we would use the .NET runner.  For C++ solutions, looking through the documentation, I couldn't determine the correct runner to use.  The .NET runner mentions MSBuild options, but when I choose that runner I don't see anything about that.  (Perhaps I'm missing it).

Can you point us in the right direction on how we should do this?

I appreciate your help.

Jim

0
1 comment
Official comment

Yes, the MSBuild runner analog is the new .NET runner, where "Command:" is "msbuild" and "MSBuild version:" is not "Cross-platform MSBuild"

Please sign in to leave a comment.