Justin Crowe
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
Created NUnit Runner Failure - Stack Overflow exception
AnsweredIm getting a stack overflow exception when running tests on the TC server. The tests run fine locally using Resharper/NCrunch. Is there any way i can get more info on what is going wrong? Am i righ... -
Edited TeamCity API - VCS Root commit hashes for build
AnsweredHi, I have a build that has 10 vcs roots due to dependencies. After a build, i can call the api and get the commit hashes for the repos that have changed in that build. But i need to be able to get... -
Created Complex build dependencies and different branching models (specifically GitFlow)
AnsweredHi, We are using TeamCity with Stash and GitFlow. We have quite a complex dependency chain in TC with 20+ repositories that all produce artefacts that live in a dependant chain. We want to be able... -
Created Templates based on other templates
HiIs it possible to create a build template that has another buld template as its base? For instanceI have a template that builds a .net solution. This is used for a number of solutions. Nuget pack... -
Created Build Agent Tools - Updating and Automated publishing
Hi2 questions really.1. Does an update to an agent tool mean the updated version is pushed out to all agents? So when i copy a new tool over an existing one in the .tools dir the new one is definit... -
Created Master/Branch Dependencies build even with no changes.
HiNot sure if this is possible but i thought id ask.If i have three projects (.net - In reality there are actually many more projects than this but hopefully this will illustrate it enough)Proj A -... -
Created Possible to have different build numbers for master vs branches when using GitFlow?
HiIs it possible to have different build numbers per branch from a single build configuration? I currently have issues with builds taking the latest nuget package from a feature branch when i don't...