Questions tagged [teamcity]

TeamCity from JetBrains is a continuous integration tool and a distributed Java-based build management system that can be highly beneficial to teams using an agile development approach.

TeamCity is a Java-based build management and continuous integration server from JetBrains. Comparable products are Bamboo, Jenkins (which is historically related to Hudson) and CruiseControl.

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.


**Tagging recommendation:**
It is recommended to use the tag together with the version specific tag, f.e. , .
**Resources:**
6095 questions
3
votes
0 answers

Creating experimental nuget packages in TeamCity when building from non-default branch

I have a number of build configurations in TeamCity that are built into NuGet packages. At the moment, I am using the branch name as part of the version for NuGet, thus marking the package as experimental. So if a package is built from the feature1…
Erick T
  • 7,009
  • 9
  • 50
  • 85
3
votes
1 answer

TeamCity vs MSBuild command line

I have a .csproj file which behaves differently when I build it in TeamCity compared to when I build it via the msbuild.exe executable. If I knew why, I could try and fix it, but I've run out of ideas. Command line: (formatted for…
Bobson
  • 13,498
  • 5
  • 55
  • 80
3
votes
0 answers

How to set master feature branch as default in Teamcity 9.1

I'm using teamcity 9.1 against gitlab, and trying to get the gitlab / teamcity service hook working. Gitlab can correctly trigger builds, but the problem is that it's coming up in teamcity as a separate feature branch called 'master', distinct from…
growse
  • 3,554
  • 9
  • 43
  • 66
3
votes
0 answers

TeamCity Build Order

I have three Build Steps at the moment, each one using a solution file (.sln). Each of these solution files have many project files in them that need to be built in a specific order. I can ensure that the build order is right in Visual Studio by…
3
votes
1 answer

TeamCity triggers are or'd?

I'm trying to set up TeamCity 8.1.5 configurations so that a project is built, but the test step only runs if certain source files were touched. So ideally two configurations. What I'm seeing is that if my second cfg has a FinishBuild and a VCS…
3
votes
1 answer

Setting up MS Tests 2010 on TeamCity?

I've recently installed VS 2010 Ultimate, and decided to move a project to TeamCity, The project contains a few *.dlls with unit tests inside. In VS 2008 the setup procedure, at the build runner stage, would consist of : Setting the path to the…
Maciek
  • 19,435
  • 18
  • 63
  • 87
3
votes
1 answer

ReferenceError: scForm is not defined in Sitecore 8

I get this javascript-error in Sitecore 8 > Control Panel when e.g. clicking "Install a package" or any other link: ReferenceError: scForm is not defined Looking in Firebug, seems like a file is missing: http://my.site/-/speak/v1/assets/main.js.
3
votes
1 answer

Running editbin.exe on TeamCity build server with only MSBuild tools?

Is it possible to get editbin.exe installed on a build server (running TeamCity 9.*, although I don't think that's particularly relevant) so that we can modifiy the TSAWARE flag of a C# exe after it's built? It appears that our only option is to…
Colin Young
  • 3,018
  • 1
  • 22
  • 46
3
votes
1 answer

How to maintain drive mapping creating new VM from custom image

I am trying to create a TeamCity build agent that can be scaled as needed. I've created a VM, and configured it accordingly. Because we have a lot of projects, I have attached a DATA disk, and have installed the build agent to point to that. Based…
mickyjtwin
  • 4,960
  • 13
  • 58
  • 77
3
votes
2 answers

The server failed to authenticate the request. Verify that the certificate is valid and is associated with this subscription

Trying to script to automate deployement in Azure on VM created on Azure. Everything was just dandy yesterday. I did the setup and alI the services were deploying to their respective subscription. There were also a number of Azure management…
Aakash
  • 153
  • 1
  • 1
  • 10
3
votes
1 answer

How do I get TeamCity to Merge master into Pull Request before each build?

Given TeamCity & our Github repo and a CI flow matching Github Flow. I want to be able to start my build process by first merging master into a Pull Request's branch. If that succeeds, then it can go on with the rest of the build steps. Can this be…
Mark Evans
  • 810
  • 10
  • 18
3
votes
0 answers

Fake deploy package issue

I'm new at FAKE and I'm trying to use fake as continuous delivery, but I'm faced with a problem with deploying my .nupkg files. Here is the code of my DeployPackage target Target "DeployPackages" (fun _ -> deployProjects |> Seq.iter (fun…
3
votes
2 answers

Why does this Albacore msbuild task fail in TeamCity?

I have an msbuild task which builds an asp.net application msbuild :build do |msb| puts "Running local build" msb.properties :configuration => :Release, :outdir => File.dirname(__FILE__) + "/output/" msb.targets :Build msb.solution =…
James Hollingworth
  • 14,040
  • 12
  • 39
  • 57
3
votes
0 answers

NUnit build step in TeamCity takes 4 times longer with dotCover analysis enabled

I have a build configuration on my TeamCity server that compiles the solution in one step and then runs about 1650 tests using an NUnit build step. When the NUnit build step runs without coverage analysis it runs all the tests in about 25…
Nanhydrin
  • 4,332
  • 2
  • 38
  • 51
3
votes
2 answers

TeamCity hangs when updating sources from TFS

I have configured TeamCity to work with our TFS repo. I have configured the VCS Root and used the "Test Connection" to ensure that the settings are all correct. When I run a build it gets to the "Updating sources" and just hangs there. Here's the…
DomBurf
  • 2,452
  • 5
  • 36
  • 71
1 2 3
99
100