Questions tagged [teamcity-7.1]

Version 7.1 of Teamcity, a Java-based build management and continuous integration server from JetBrains.

Version 7.1 of Teamcity, a Java-based build management and continuous integration server from JetBrains.

Release date: 7 August 2012

More info about the product: https://www.jetbrains.com/teamcity/

74 questions
452
votes
34 answers

Entity Framework Provider type could not be loaded?

I am trying to run my tests on TeamCity which is currently installed on my machine. System.InvalidOperationException: The Entity Framework provider type 'System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer,…
ashutosh raina
  • 9,228
  • 12
  • 44
  • 80
21
votes
2 answers

How to trigger one TeamCity build for multiple commits but one merge into a branch

I am trying to trigger a single teamcity build for a single merge in VCS. The way my CI is laid out is I one branch staging which we merge all of our changes into. Then when we want to deploy to production we merge staging into the master branch in…
recneps
  • 1,285
  • 5
  • 16
  • 27
21
votes
4 answers

NTLM Authentication using RestSharp?

I am trying to use NTLM authentication for my REST calls to TeamCity using RestSharp. IRestClient _client=new RestClient(_url); _client.Authenticator = new NtlmAuthenticator …
pinaki
  • 251
  • 1
  • 3
  • 5
19
votes
1 answer

Can not load "teamcity", it is not registered! Perhaps you are missing some plugin?

I'm trying to run my karma (version v0.10.2) unit tests on teamcity (version 7.1). When I run karma start --reporters teamcity --single-run I get the following error: Can not load "teamcity", it is not registered! Perhaps you are missing some…
Simon Lomax
  • 8,714
  • 8
  • 42
  • 75
18
votes
4 answers

How can I override the branch name in TeamCity 7.1 using Git branching support?

I've got a CI build pulling feature branches from Github and building/packaging them into a local folder, using a folder naming convention based on the project, branch and build number. For named branches (feature1, feature2) this is working…
Dylan Beattie
  • 53,688
  • 35
  • 128
  • 197
17
votes
3 answers

TeamCity: Prevent 2 builds from running simultaneously

I don't want Build Config A and Build Config B to run at the same time. This is because they share the same resource which cannot be accessed simultaneously. However each build config is run by a separate agent so it is possible for them to run…
Keith
  • 20,636
  • 11
  • 84
  • 125
12
votes
7 answers

TeamCity dotCover report path for Sonar

I'm trying to integrate the sonar analysis into by TeamCity build process. I have a NUnit build step which runs my unit tests and then runs dotCover for the coverage. My next step is the sonar-runner. The configuration that currently exists is;…
Dipesh
  • 1,263
  • 1
  • 11
  • 12
12
votes
2 answers

How would I configure TeamCity to support a GitHub pull-request model for source-code integrations?

We use TeamCity and GitHub Enterprise. We use an open-source-esque workflow with git: there's a mainline repository for each component, and when people want to make changes, they fork mainline to their own account (so there might be many…
Peter Mounce
  • 4,105
  • 3
  • 34
  • 65
11
votes
1 answer

Team City CI with Xcode workspace - Scheme "My Scheme" is not configured for running

I have a workspace with few projects that must be built as static libraries and I have schemes with tests for them. I want to configure TeamCity to build and test each of those libraries, but it does not work with following…
Ossir
  • 3,109
  • 1
  • 34
  • 52
10
votes
3 answers

How to run TeamCity on 64-bit JVM

I've just found out that TeamCity runs on the 32-bit JVM on Windows, for some reason. I'm seeing memory errors logged when checking out a large (not that large) Git repo and am already at the max heap size for the JVM. I know nothing about Java or…
Luke Puplett
  • 42,091
  • 47
  • 181
  • 266
9
votes
1 answer

ExcludeFromCodeCoverage attribute with dotCover in TeamCity 7

I'm trying to more accurately reflect code coverage in a project I am working on but have run into a problem when it comes to Entity Framework generated classes. I'd like to exclude the constructors of these classes from coverage stats so I have…
adam197
  • 111
  • 1
  • 3
9
votes
1 answer

MSBUILD : error MSB1008: Only one project can be specified in teamcity

I am trying to run MSBuild with TeamCity. I have a batch file and I pass into it parameters and the build works. When I try to run through TeamCity I get the error below [13:24:46][MSBuild output] Start MSBuild... [13:24:46][MSBuild output]…
Ismail
  • 923
  • 2
  • 12
  • 29
9
votes
1 answer

Teamcity VCS Build Trigger not working

Im using TeamCity 7.1, i have configured my build configuration and added a VCS build trigger for trigger the build when check-in completed.(VCS Trigger configuration is default, i havent changed it) After i push my code to git, teamcity realizes…
Oğuzhan Topçu
  • 571
  • 2
  • 8
  • 17
9
votes
2 answers

How to hide TeamCity configuration for selected users?

I have one TeamCity project Dac.Test that contains 3 configurations: DEV, QA, PROD. Also I have some users associated with their Roles. Is this possible to hide / show certains configurations for selected users or groups? For example: Users…
Dariusz
  • 15,573
  • 9
  • 52
  • 68
9
votes
3 answers

TeamCity Nuget install build step not working with multiple sources, one of them TC's private NuGet feed

I receive the following error in NuGet Install build step when setting sources to TeamCity's NuGet server: Step 1/4: NuGet install (NuGet Installer) (3s) [15:11:19][Step 1/4] scan: Searching for nuget.config files [15:11:19][Step 1/4] install:…
mare
  • 13,033
  • 24
  • 102
  • 191
1
2 3 4 5