JetBrains / teamcity-dotnet-plugin

TeamCity plugin for .NET projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TC is unable to find DotNetCLI_Path when running a .NET core-based Docker image in a cloud agent

moonolgerd opened this issue · comments

Docker image is based on .NET Core 3.1
DOTNET_HOME environment variable is set to /usr/share/dotnet
TC cloud agent is created based on the image
TC reports its cloud agent doesn't have DotNetCLI_Path defined:

Incompatible runner: .NET
Unmet requirements:
DotNetCLI_Path exists

Not an issue. Agent still needs to be installed as part of the Docker image

@moonolgerd You could use this repo as a base to create your own TeamCity images.