Christopher3d
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
Created TeamCity nuget feed completely broken
AnsweredI turned on a nuget feed in TeamCity and tried to push a nuget package to it. However `nuget push` gave me this error: Pushing foo.nupkg to 'https://teamcity.company.com/httpAuth/app/nuget/feed/ha... -
Edited TeamCity throws out of memory exception when fetching git repo
We have a git repo that teamcity tries to fetch. The step for collecting changes from the vcs root doesn't even finish because it crashes with an out of memory exception: [02:02:00]VCS root 'our_... -
Created Commit Status Publisher is poorly implemented
I manage a few hundred git repos at my company, a large amount of which are automated in TeamCity. My biggest pain point is the Commit Status Publisher. It is a piece of crap (or a POS). The proble... -
Created Rest API to get all test occurances for a project
I want to get test occurrences for all projects that we responsible for. The end goal is to report how many tests are running and put it into a matrix for reporting elsewhere. So far, I know I can ... -
Edited TeamCity and DotCover does not provide 'number of covered lines'
I have set up a teamcity build to run nunit tests (version 3.7.0 of NUnit) with code coverage. The code coverage tool is dotCover 2017.1.20170407.131846. That is the only one that works btw with NU...