Skip to content
Discussion options

You must be logged in to vote

Hi Fun-Minion,

I actually has similar issue awhile back, I went searching through some of the docs i had that helped me sort it out, Admittedly i'm doing a little of this from memory... Hop it helps :)

1: Verify TeamCity Configuration

Ensure that TeamCity agents have the .NET 8 SDK installed:
On the TeamCity Agent, run: dotnet --list-sdks
If .NET 8 SDK is missing, install it from: https://dotnet.microsoft.com/download/dotnet/8.0


2: Check TeamCity Build Steps
Ensure your TeamCity build steps explicitly use .NET 8:

  • Go to TeamCity Project Settings.
  • Navigate to your build configuration.
  • Update ".NET CLI version" or "MSBuild Tools Version" to point to .NET 8 SDK.

Example:
dotnet publish MyP…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@geniue-net
Comment options

Answer selected bygeniue-net
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Labels
QuestionAsk and answer questions about GitHub features and usageProgramming HelpDiscussions around programming languages, open source and software development
2 participants
@geniue-net@Will-Ostrick