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/

76 questions
438
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
  • 8,700
  • 10
  • 40
  • 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,255
  • 4
  • 16
  • 27
20
votes
3 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
  • 231
  • 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
  • 7,924
  • 8
  • 39
  • 73
17
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
  • 50,029
  • 31
  • 120
  • 189
15
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
  • 18,957
  • 10
  • 75
  • 119
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,203
  • 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
  • 3,826
  • 1
  • 31
  • 60
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,035
  • 31
  • 50
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
  • 36,042
  • 37
  • 161
  • 231
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
  • 601
  • 1
  • 6
  • 23
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
  • 12,527
  • 22
  • 96
  • 184
8
votes
1 answer

Teamcity - Incompatible Agent configuration

I am trying to create a Build Configuration in TeamCity. I do have a Agent setup properly and I do have many projects properly working on TeamCity before. This is just a new configuration I am trying to create, however, my current teamcity agent…
Rohit
  • 778
  • 2
  • 14
  • 28
8
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
  • 101
  • 1
  • 3
8
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
  • 501
  • 1
  • 8
  • 16
1
2 3 4 5 6