Questions tagged [teamcity]

For questions about TeamCity, one of the most popular continuous integration tools.

From Wikipedia:

TeamCity is a Java-based build management and continuous integration server from JetBrains. It was first released on October 2, 2006. TeamCity is commercial software and licensed under a proprietary license. A Freemium license for up to 20 build configurations and 3 free Build Agent licenses is available. Open Source projects can request a free license.

16 questions
5
votes
3 answers

How to patch AssemblyInfo in TeamCity for .net core 2.1 projects?

In the .net core 2.1 project, there is a *.csproj file, that contains assembly information: 2019.1.15341.0 2019.1.15341.0
Gour Gopal
  • 153
  • 1
  • 6
0
votes
2 answers

TeamCity web interface not accessible on Chrome

I've installed teamcity on two machines now. The first, I tried reinstalling multiple times because the web interface would launch in Chrome and fail with: This site can’t be reached The webpage at http://localhost:6666/ might be temporarily down…
Jamie Bull
  • 101
  • 4
0
votes
0 answers

TeamCity build multiple projects from a single solution into different build pipelines

I am a little new to TeamCity and devOps on the whole. I have a .net core solution with multiple API projects and a xunit test project all sitting in one repo. In teamcity I am able to setup a build pipeline to build the projects by giving the path…