Vish
Vish

Reputation: 384

How to build .net core project in team city 2020?

I have upgraded my Teamcity build server to Teamcity 2020 and now I am not seeing .Net CLI runner (dotnet). I wasted a day try to fix this but still not resolved.

Does anyone have faced this issue?

Upvotes: 0

Views: 1040

Answers (1)

NikolayP
NikolayP

Reputation: 389

The .NET cli plugin was renamed to .NET. In the common case TeamCity should convert all .NET cli steps to .NET steps automatically, but for the case when your had installed a custom version of .NET cli the conversion may not work. If you have few build configurations it is easier to do it manually. It is better to create a backup and to remove custom version of .NET cli before all operations. Otherwise you could create a ticket in the support.

Upvotes: 1

Related Questions