Questions tagged [teamcity-9.1]

40 questions
0
votes
1 answer

Force Teamcity to Ignore tool version in a .net project

I am trying to build ASP.NET MVC project using Teamcity. In my .CSProj file, we have specified ToolVersion 4.0. Which means TeamCity will use MSBuild verison 4.0 to build the project. On our build server this is not available. Can I force TeamCity…
SharpCoder
  • 18,279
  • 43
  • 153
  • 249
0
votes
1 answer

TeamCity File Content Replacer : string index out of range

I am trying to use TeamCity File Content Replacer build feature to replace certain keys in my App.config file (.NET console project). As mentioned in official documentation i have specified Process File : File which i would like to make…
Ankit
  • 5,733
  • 2
  • 22
  • 23
0
votes
0 answers

Teamcity 9x Error: Can't find the valid AspnetMergePath

I have tried to configure a .net project on teamcity (version -9.1.3 (build 37176)) with MSBuild but getting some error - [Error] C:\Program Files…
0
votes
2 answers

Multiple VCS Trigger with different "Per-checkin Triggering" for different branches

I need two VCS Triggers with different Per-Checkin Triggering rules based on a banch filter. The reason: For the "release-*" & "master" branch when I merge everything in i don't want a build created per checkin, however i do when using any of the…
Steven Yates
  • 2,400
  • 3
  • 30
  • 58
0
votes
1 answer

Using Teamcity REST API, how to get list of nuget packages using teamcity rest API?

Using this page Teamcity REST API I could manage to get status of builds in teamcity. I also found this library TeamCitySharp to get information about Teamcity builds. Is there any API that I can use to get list of all Nugget Packages used for each…
Forooz
  • 69
  • 6
0
votes
1 answer

Rerun only failed pytests with teamcity

I'm looking for a way to run only failed pytests during last build. I've tried --lf option for pytest but it did not help, I guess it is so because of teamcity. Does anyone faced the same problem?
Rabodaber
  • 163
  • 2
  • 9
0
votes
1 answer

Ignore build step when a keyword in commit message is detected

I have a VCS trigger which starts build each time a new commit in specific branch is detected. But sometimes I want one of steps to be skipped. I decided to add a specific keyword to such commits. I tried to use template and two configurations (one…
Vlad
  • 3,001
  • 1
  • 22
  • 52
-1
votes
1 answer

teamcity svn check out - disk space error

Teamcity build failing with the following error: [Updating sources] Failed to build patch for build ... due to error: org.tmatesoft.svn.core.SVNException: svn: E204900: There is not enough space on the disk I have checked both Teamcity and SVN…
mehran
  • 1,314
  • 4
  • 19
  • 33
-1
votes
1 answer

Codeception TeamCity integration

I run this command line build step: cd ../common && php ../../../vendor/bin/codecept --xml --no-exit run In build log i have my tests output. I use codeception for my tests and i found only phpunit meta runner for teamcity. I want to fail build if…
Onedev_Link
  • 1,981
  • 13
  • 26
-1
votes
1 answer

How to combine different job reports as a chart in teamcity

How can we combine different build reports in team city? Consider all builds are chained and final job will show report of all jobs in chain.
rohitkadam19
  • 1,734
  • 5
  • 21
  • 39
1 2
3