richardboyce
- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
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.... -
Created Project added to build queue multiple times
AnsweredWe have a base set of common components - e.g. Logging, Auditing We have a number of products that consume those components - call it Arrow. I have built all the common components as subprojects in... -
Created Build triggered by changes to projects not in its checkout rules
CompletedI'm migrating to TeamCity, starting with a subset of projects - call it "Alpha". The projects outside the subset which are dependencies of projects in Alpha are being built by script whenever a cha... -
Created Passing parameters to pwoershell script
CompletedI'm trying to pass parameters to a powershell script under windows and passing a path to the script (set to run as "source code"). I tried a lot of variations to get the path into the script, but e...