Michael Fyffe
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
-
Michael Fyffe created a post, CompletedTests not showing as flaky?
I have been trying to test the new teamcity 10 flaky test feature. I wrote a test that generates a random number that is either 1 or 2. If the number is 2 the test fails else it passes. For some... -
Michael Fyffe commented, -
Michael Fyffe created a post, AnsweredPersist code coverage between builds
Currently we use OpenCover for our code coverage in our .NET applications along with ReportGenerator ( https://github.com/danielpalme/ReportGenerator ). ReportGenerator allows you to archive cover... -
Michael Fyffe created a post, Service Message to Time a task?
I am running a psake build script from teamcity and would like to spit out the duration each task takes so i can create charts off of them. How is this possible? -
Michael Fyffe created a post, Fail build on MSBuild Warnings?
Does teamcity have a built in way to fail a build on warnings from msbuild? I cant seem to find this option -
-
Michael Fyffe created a post, Do i need to restore artifacts in a build chain?
If i have a build chain and build configuration 2 consumes the artifacts in build configuration 1. After build configuration 2 is done do i need to restore the artifacts back in the artifact repos...