You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2023. It is now read-only.
While running teamcity reporter I noticed that if I have two gulp build steps that do karma on two different projects. Only the last one appears in the teamcity build outcome.
Swapping the order of the build steps means the other one gets reported on so it's definitely to do with the order in which the build steps are defined (ie. only the last one gets reported on)
While running teamcity reporter I noticed that if I have two gulp build steps that do karma on two different projects. Only the last one appears in the teamcity build outcome.
Swapping the order of the build steps means the other one gets reported on so it's definitely to do with the order in which the build steps are defined (ie. only the last one gets reported on)
I believe this should be supported.