Questions tagged [teamcity-9.0]

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 historicall related to Hudson) and Cruise Control.

Useful Links

320 questions
5
votes
2 answers

Default value for checkbox parameter in TeamCity

I'm building nuget in TeamCity and would like to append suffix "-pre" to version number when build is triggered by a checkin. And when build is triggered manually, I'd like to be able to provide a checkbox if this build should be a preview release…
trailmax
  • 34,305
  • 22
  • 140
  • 234
4
votes
1 answer

How to display version number and auto increment it in ASP.Net MVC - 5 Application

I am working on ASP.Net MVC web application. So, I make changes in localhost and then run it and test it. Post which I check in my code. From the main server TEAMCITY builds the project and changes goes live. I am a beginner so I don't know how all…
Unbreakable
  • 7,776
  • 24
  • 90
  • 171
4
votes
1 answer

TeamCity NuGet package build for different .NET Frameworks

I've been doing updates to .NET Framework targeted versions of projects updating to latest .NET (4.6.2). Some of these projects are NuGet packages, built in TeamCity 9.0.2. I've use the steps in this guide to create multiple build configurations for…
4
votes
3 answers

setup trigger for file change in teamcity

I can setup teamcity trigger to run tests whenever there in VCS checkin/ change. Then I setup command line build steps to access files on system . e.g. `custom script' cd ~/Desktop ls But is there way to trigger test run if there is change in file…
user2661518
  • 2,677
  • 9
  • 42
  • 79
4
votes
2 answers

How to set up TeamCity to use own HTTP authenticated NuGet service?

a problem is that TeamCity is unable to authorize into NuGet service which runs on same TeamCity instance. Below you can find how the Build configuration looks now: I also added Build Feature for NuGet Credentials: With this configuration I…
Piotrycjan
  • 219
  • 2
  • 14
4
votes
2 answers

How to delete TeamCity tags across all builds?

The only way I can find to delete a TeamCity tag is to remove all references to the tag from all builds. This is a manual and laborious process. Is there a way to do it automatically?
Jack Ukleja
  • 13,061
  • 11
  • 72
  • 113
4
votes
1 answer

TeamCity slow msbuild since upgrade to 9

We have upgraded from TeamCity 8 to 9 and our .net builders increased their build time from 3 minutes to 15 minutes. We started investigating this issue, by doing the next steps: Enabled "Performance Montioring" build feature - and we saw the disk…
Yosi
  • 2,936
  • 7
  • 39
  • 64
4
votes
2 answers

Teamcity Nunit 3.0 Console Runner not working

I am trying to use NUnit 3.0 Console runner with Teamcity. Here is my confiuration. When I run the configuration, I get the following error > Run Unit Tests (NUnit) (1s) [10:44:03][Step 3/3] ##teamcity[buildStatisticValue…
Afraz Ali
  • 2,672
  • 2
  • 27
  • 47
4
votes
3 answers

How to set build agent priority in TeamCity?

I have two agents that can build my configuration. I've set up two because I sometimes need to do two simultaneous builds. How can I set build agent priorities to force TeamCity choose specific agent if both are idle and available? Now it chooses…
Anna Prosvetova
  • 1,427
  • 2
  • 10
  • 14
4
votes
2 answers

Pass argument with quotes to PowerShell script via TeamCity

We're calling a PowerShell script via TeamCity. We want to pass a parameter which contains quotes, e.g.: Build step : PowerShell Script file : foo/bar/my.ps1 Script arguments : -MyParam "%system.MyParam%" Where system.MyParam is set to…
D.R.
  • 20,268
  • 21
  • 102
  • 205
4
votes
1 answer

How to nuget pack vNext class library?

I'm using Team City 9.1 EAP and I'm trying to nuget package one of my vNext class libraries for all shared code across multiple website. The current Nuget package doesn't support xproj so how would I get Team City to package up my library and push…
David Ford
  • 513
  • 2
  • 12
4
votes
1 answer

Xcode Project runner in TeamCity

What does the install ,installsrc and testdo while using the Xcode Project runner. When I build using clean build archive I am getting only the .app and not .ipa .Are there any command line parameters that is to be added to the step.Please help me…
Nevin Raj Victor
  • 2,924
  • 3
  • 23
  • 37
4
votes
1 answer

Unable to upload an APK file to hockey app via their API

I am unable to upload an android apk to hockeyapp through the API provided by them.When i use curl \ -F "status=2" \ -F "notify=1" \ -F "notes=Some new features and fixed bugs." \ -F "notes_type=0" \ -F "apk=@app-release.apk" \ -H…
3
votes
1 answer

Teamcity - How to set credentials for package source

I am using TeamCity to build my .net application. One of the build step connects to a Nuget package repository and try to restore nuget packages. During this step, I am seeing returned an unexpected status code '401 Unauthorized error while system…
SharpCoder
  • 18,279
  • 43
  • 153
  • 249
3
votes
1 answer

Teamcity build with YAML file as input

I'm trying to use a YAML file as a standard-in to teamcity to pass build parameters. (user will copy the yaml file as stdin) . which build runner should i use to achieve this. I can find command line as a build runner.but it simply use arguments to…
Markus
  • 369
  • 4
  • 16
1 2
3
21 22