richardboyce
- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created TeamCity API - how to update a build step?
I'm trying to update a build step across multiple (100+) projects, so the API looks to be a good candidate. However, I'm having 2 problems: It's not obvious how to update a specific build step Usi... -
Created Upgrade to 2021.2 failed and no TeamCityService.exe after rollback steps
Hi, our upgrade failed and I followed the rollback steps at https://www.jetbrains.com/help/teamcity/upgrading-teamcity-server-and-agents.html#Automatic+Update, but there is no TeamCityServer.exe in... -
Created Using the API to change a single property in a build step
Hi, I need to change the Octopus url in most of our TeamCity projects. I have written a simple app that has pulled-down all the info I need to find the affected build steps. The only thing I'm not ... -
Created Build projects when dependency changes
AnsweredHi, we've just had a situation where a project that builds a DLL (Core.sln) was changed and rebuilt, but the 'top level project' (Processor.sln) was not rebuilt. This is how it's been set up, but n... -
Created How can I tack what action is deleting folders?
AnsweredHi, we use a common root checkout folder and it's been a problem for a while that folders would be deleted by TeamCity. We thought we'd fixed this but it is still happening, so I'd like to find out... -
Created Working with local builds and TeamCity builds and file references
AnsweredHi, almost certainly a stupid question, but I can't see how to work with dlls with file reference on both local dev machines and in TeamCity. We have a fixed folder structure at the moment and we h... -
Created Build chains - clarification how they work
AnsweredHi, we have a fixed folder structure at the moment, with all projects under a common root. I have just set up a simple build chain A depends on a dll in B and and another dll in C (B and C are not ... -
Created DACPAC build failing with "System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Data.Tools.Schema.Sql, Version=15.0.0.0"
AnsweredHi, I have a feeling that this is an error with the build tools, rather than TeamCity, but if you could provide any help with this, it would get me 'unstuck'. I have a VS 2019 SQL Server Database p... -
Created Infinite loop on builds and general understanding of build order and priorities
AnsweredHi, we have a number of projects, checked out to a common root (not the default folder). As is usual with multiple projects, there are dependencies with them, so A is dependent on B, C is dependent... -
Created Using .Net Runner with the vstest command
AnsweredCould anyone help with an example? I am migrating from script-based vstest.console tests, running against a dll of tests and it seems that it will not work on dlls, only .exes ("JetBrains.TeamCity....