GitHub - bango/DotnetCore.TeamCityLogger: A dotnet core logger for logging tests results to TeamCity as service messages

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

A dotnet core logger for logging tests results to TeamCity as service messages

License

Apache-2.0 license

2 stars 5 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Repository files navigation

DotnetCore.TeamCityLogger

Table of Contents

  1. Description
  2. Usage

Description

This library contains a dotnet core logger that can be used be used to log test results to a TeamCity server using service messages as descibed in the TeamCity documentation: https://confluence.jetbrains.com/display/TCD10/Build+Script+Interaction+with+TeamCity#BuildScriptInteractionwithTeamCity-ReportingTests

Usage

In order to use the library you can either:

  • Add the library as a reference to the test project
  • Add the DotnetCore.TeamCityLogger.dll to the dotnet extensions directory. E.g (note that your sdk install location make differ):
    • Windows: C:\Program Files\dotnet\sdk\2.0.0\Extensions
    • Linux: /usr/share/dotnet/sdk/2.0.0/Extensions/ After installation the logger can be used like a normal dotnet test logger: dotnet test --logger teamcity

About

A dotnet core logger for logging tests results to TeamCity as service messages

Resources

Readme

License

Apache-2.0 license

Activity

Stars

2 stars

Watchers

2 watching

Forks

5 forks

Releases

No releases published

Languages