TeamCity is a Java-based build management and continuous integration server from JetBrains.

learn more… | top users | synonyms

1
vote
0answers
31 views

how to write a powershell script to release file if used by anyother process

I am using octopus deployment with teamcity. In many cases deployment fails because "The process cannot access the file or dll because it is being used by another process. How to write a script to fix ...
0
votes
0answers
19 views

TeamCity MSbuild Deploy procedure

I'm using TeamCity for deployment process. For deploy i'm running MSbuild with this command line parameters: /P:Configuration=Release /P:DeployOnBuild=True /P:DeployTarget=MSDeployPublish ...
-1
votes
0answers
15 views

Casper.js Teamcity runner (integration) [closed]

Maybe someone has an experience of integrating casper.js together with Teamcity? Please share your thoughts..
0
votes
0answers
8 views

Finish Build Trigger only fires when parent build is called manually

I have setup a service hook for teamcity build (A) so that my solution is built when i push to github. I then have a seperate build (B) configuration with a Finish Build Trigger which does some work ...
0
votes
0answers
12 views

TeamCity NTLM groups

I am evaluating TeamCity on Windows, using NTLM authentication. It seems TeamCity allows any valid user in the domain. This is undesirable. How can I restrict the users when using NTLM in TeamCity ...
0
votes
0answers
13 views

MsBuild fails with error MSB4064: the “SourceRootPath”

After migration of our TeamCity installation to new server one of projects stops building, with following errors: [TransformWebConfigCore] TransformXml [19:36:04][TransformXml] C:\Program Files ...
0
votes
0answers
12 views

TeamCity error: %1 is not a valid Win32 application

I'm trying to configure Git as a VCS for TeamCity 7.1.2. When running a build, I'm seeing the following error: jetbrains.buildServer.vcs.VcsException: 'git fetch' command failed. exception: ...
0
votes
1answer
17 views

using Code coverage using QUnit and Teamcity

Actually I am in the process to run my javascript code on teamcity using QUnit+ phantomjs. (using this link as reference:http://thomasardal.com/running-qunit-tests-on-teamcity/) And at least the ...
1
vote
1answer
32 views

The “TransformXml” task was not found (error MSB4036) on TeamCity build

Hello I have build server with TeamCity. My project is Sitecore Web Application. I am using TDS (HedgehogDevelopment). I have setup build settings in TeamCity with MS build and it looks like working ...
0
votes
1answer
32 views

Configuring TeamCity checkout rules against GitHub repository

I've a repository on GitHub called FruityRepo. Inside FruityRepo I have two Visual Studio solutions, one called Fruit.Apple and another called Fruit.Pear. I'm configuring TeamCity to build both ...
0
votes
1answer
9 views

How to implement a custom monitoring process without using a test runner?

I have a build and deployment configuration that pushes out a series of apps/services to a test environment, all fine. After deploying I start the services running and kick off a workflow. This ...
0
votes
0answers
32 views

TeamCity won't publish project using MsDeploy

I have msbuild command to publish my project (WCF Service Application) that looks as follow: msbuild FooBar.Service.csproj /p:DeployOnBuild=true; DeployTarget=MsDeployPublish; ...
0
votes
0answers
10 views

Comment Message retrieval From Teamcity Build

Is there a way to retrieve comment message of teamcity build during its run. From the wiki from Teamcity noticed there are ways to reach & retrieve server build / agent build properties : ...
0
votes
1answer
44 views

Interface Android robotium testing with Teamcity

As this was not answered (Maybe did I not find it) previously, I investigated on the following question : How to perform automated functional tests on Android devices with robotium, and report them ...
0
votes
1answer
35 views

issues with TeamCity, xcrun and single quotes

I'm using TeamCity with xcrun for CI on an IOS project. I'm currently seeing an issues while trying to execute the following command from a TC build step: -sdk iphoneos PackageApplication ...
1
vote
0answers
47 views

FX COP Could not resolve type reference: System.Windows.Input.ICommand

Having troubles with FXCOP on our buildagent ONLY and only through the command line tool ONLY. I am using the Caliburn.Mirco framework and added a custom trigger so i can use the delete button. this ...
0
votes
1answer
68 views

An error appears if Selenium Webdriver test that is run by TeamCity clicks on Browse button for uploading a file

I run Selenium Webdriver tests by TeamCity on local server (Windows Server 2008). Also I use test automation framework for working with browser's dialog when I try to upload or download file. When I ...
0
votes
2answers
48 views

npm check and update package if needed

we need to integrate Karma test runner into TeamCity and for that I'd like to give sys-engineers small script (powershell or whatever) that would: a) pick up desired version number from some config ...
0
votes
1answer
29 views

how to add Assembly info patcher in team city 7.1.5

I'm using TeamCity 7.1.5 for my C#.net solutions and want to add Assembly info patcher feature, but i can't find it in Build Step Page, neither in Runner Type combobox where it has gone? Thanks
0
votes
1answer
67 views

building nuget packages in teamcity

I have this almost working. I push a sln to github and then the build is triggered in Team city. Binaries are built and placed in bin\release folders for each project. I then have separate Nuget ...
0
votes
0answers
19 views

Prevent Excessive Builds in TeamCity 6.0.4

I'm running on TeamCity 6.0.4. I have two projects, Foo and Bar, each producing artifacts. Those artifacts are consumed by Repo, and then an artifact produced by Repo is consumed by Leaf. My problem ...
0
votes
0answers
35 views

Teamcity/c# build doesn't copy my DLL to the bin folder

I have a C++ wrapper DLL added to one of my projects, the proect is my "Set as startup" project. To do this I just right clicked on the project and did "Add exisitng item" and then in the properties ...
3
votes
2answers
30 views

Exception when I try to create Database on my test, using TeamCity for CI

In one of my test I need to create a SQL Express database and then populate it. It's run fine on my machine but when TeamCity tries to run the very same test it throws the following exception: ...
0
votes
1answer
23 views

Nuspec file renaming is not working with octopack

I am auto publishing using octopus and teamcity. I have a project with multiple configurations and need to have different package id's for same solution. Also have 1 nuspec file in the project. In ...
2
votes
1answer
52 views

How can you set Gendarme to run with Teamcity when doing a build?

I have set up a Teamcity server for start working with Continous Integration and having daily builds and also when VCS check-in is detected. Me and my team is now working on a videogame, we are using ...
0
votes
1answer
35 views

TeamCity builds of VS2012 solutions with C++ projects containing Device Drivers failing to clean directories

I'm getting failures when Team City attempts to build my device driver the second time around after a reboot. It cannot clean out the VCS root because a directory is locked and not sure why.
0
votes
0answers
14 views

Publish REST WCF Service TeamCity

I have created a Rest WCF service in VS2012 using .Net 4.5. I can publish this service to the dev server no problem using Visual Studio. A publish profile is created and this works fine. I want to ...
0
votes
1answer
13 views

_CleanGetCurrentAndPriorFileWrites Failing on Teamcity

I have an azure web worker that I am trying to deploy via teamcity. Deploying other web workers projects are no problem on the build server. The project deploys fine from within visual studio. When I ...
0
votes
1answer
47 views

TeamCity Setting up MSTest 2012

On the TeamCity server we have installed VS 2012. I have created a build configuration in TeamCity that builds and deploys the solution. I have added a MSTest 2012 Configuration as well, but don't ...
1
vote
2answers
30 views

TeamCity Snapshot Dependency GitHub branch

I have a pipeline TeamCity 7.1 project with multiple configs. Config "MyBuild" builds a project for a VCS Root pointed at a GitHub repo with multiple branches and has Branch Specification = ...
0
votes
1answer
92 views

How to integrate Karma with TeamCity

I am able to run tests via Karma in TeamCity since you can run anything that's accessible via command line. But, TeamCity only reports overall pass/fail -- does not report details of any failed ...
0
votes
1answer
21 views

publishing artifacts is to slow

At the end of my build log i have the following: [15:16:22]: Publishing artifacts (25m:29s) [15:16:22]: [Publishing artifacts] Paths to publish: [automation/artifacts] [15:16:23]: [Publishing ...
0
votes
0answers
25 views

teamcity 7.1 custom script and parameters

My case I use a custom script to create a remote folder using ftp. The script looks like this: @ftp -i -s:"%~f0"&GOTO:EOF open wwww www www !:--- FTP commands below here --- lcd ...
1
vote
1answer
73 views

MSTest hangs for seemingly no reason

<TLDR> Running an MSTest test from the command line hangs without any errors or timeouts whilst "waiting for runs/agents". The reason might be that "there are no runs in the queue", but why this is ...
2
votes
1answer
33 views

How can I disable the Qualifier 'this.' is redundant rule in TeamCity Code Inspections?

I use Resharper's StyleCop integration when I am writing code to give me consistently styled code. I am using the full standard rule set. This leads to Resharper regularly reminding me about ...
0
votes
0answers
17 views

Detecting changes when using multiple VCS roots in TeamCity

I have a build configuration that uses sources from multiple repositories. Thus, changes from all those repos go to the product. But in the process I want to know which specific repos had any changes. ...
0
votes
1answer
54 views

Teamcity Seems to Corrupt Powershell Scripts

I have a powershell script that I am trying to run via teamcity. The script is stored in the git repo that the code is built from. I have set teamcity to run the script as a script file If I run the ...
4
votes
0answers
99 views

DotCover in TeamCity 8 doesn't work

I try to run dotCover with my NUnit tests, in the TeamCity 8 as a build step. But no metter what I try I always get the same error in the log file: Step 4/4: Coverage (NUnit) (1s) [Step 4/4] ...
0
votes
2answers
35 views

Teamcity build leaves all code behind in the folder

I've a problem with teamcity. The build works fine after svn checkout and it moves all files in the right folder, but i still get the aspx.cs files of the project. What's the best way to delete them?
0
votes
1answer
30 views

Any way to customize “Success” label at “Projects” page?

When Teamcity makes successful build, it outputs green "Success" label (or "Tests passed..."). Can I customize this label, for example, output environment variable there?
1
vote
1answer
31 views

Why can I use SSL certificate from TeamCity Agent?

We have a tool that we need to integrate in our automated build process (we use TeamCity for our automated builds). The tool talks to a WCF web service that is configured for SSL certificate ...
0
votes
0answers
32 views

How can I prevent TeamCity Cloud Agents (running on Amzon EC2) from leaving defunct volume snapshots when they terminate?

I've recently set up TeamCity to use agents running on Amazon EC2. I've been using it for a week or so and noticed my bill was racking up quite quickly. When I looked in my dashboard I had 30 or so ...
0
votes
0answers
38 views

Error building in TeamCity

While building a project in TeamCity I get this error. Any idea why? [15:05:04]Step 2/2: Web Admin (MSBuild) (6s) [15:05:07][Step 2/2] x.Admin\x.Admin.csproj.teamcity: Build target: Build (4s) ...
0
votes
0answers
31 views

MSBuild performance problems after server migration

We are running TeamCity with 20-ish .Net build configurations. All of them uses MSBuild 4.0. We recently moved one of our build agents from a machine running Windows Server 2008 to a new physical ...
1
vote
1answer
68 views

How can I get NuGet to skip automatic package restore for certain builds (i.e. on my build server)?

I'm using NuGet to manage dependencies. I really like NuGet and it has made a number of things much simpler for me. In Visual Studio, I use the automatic package restore feature so that packages are ...
1
vote
0answers
64 views

MSBuild error when building VC++ 2012 MSB6006: “CL.exe” exited with code -1073741502

When building a sln file which only contains c++ projects using VS 2012 on TeamCity, I get the following error: error MSB6006: "CL.exe" exited with code -1073741502. Does anyone know what does this ...
0
votes
1answer
54 views

TeamCity Build Failure

I have tried many things today to get my build to work in Teamcity but to no avail. Here is my setup. I have 2 build configurations in TeamCity Build Solution Build Deployment Package Debug ...
2
votes
0answers
26 views

How to get current TestContext in TeamCity NUnit runner

In NUnit, it is possible to get the current test with NUnit.Framework.TestContext.CurrentContext. When I run tests on my local machine, this is correctly populated during testing. However, when pushed ...
0
votes
0answers
36 views

Teamcity error with MVC 4 and .NET 4.5

I get this error when building a project in TeamCity [16:41:29]Step 1/2: Web (MSBuild) (28s) [16:41:32][Step 1/2] X.Web\X.Web.csproj.teamcity: Build target: Build (25s) ...
1
vote
0answers
22 views

Exclude all except 1 subdirectory from teamcity checkout rule

I have a VCS root with the following checkout rules: +:. -:externals +:externals/jQuery However TeamCity doesn't seems to do a checkout for externals/jQuery directory. Is there anyway to achive ...

1 2 3 4 5 32