Hi Arkady, the latest .net core plugin version already supports csproj builds. To build a new project generated by Visual Studio 2017 you need to use <a href="https://plugins.jetbrains.com/teamcity/plugin/9190" rel="nofollow">up to date plugin version</a>, update <a href="https://github.com/dotnet/core/blob/master/release-notes/rc4-download.md" rel="nofollow">.net core cli</a> on the build agent and then point in your build steps to *.sln and/or *.csproj files instead of project.json. If you have some troubles with it, please file an issue in the <a href="https://github.com/JetBrains/teamcity-dotnet-plugin/issues" rel="nofollow">issue tracker</a>. We will try to provide an updated blog post when .net cli will reach rtm.
↧