{"id":15134977,"url":"https://github.com/jetbrains/teamcity-msbuild-logger","last_synced_at":"2025-10-19T15:30:34.422Z","repository":{"id":54484146,"uuid":"98643919","full_name":"JetBrains/teamcity-msbuild-logger","owner":"JetBrains","description":"MSBuild logger for TeamCity","archived":false,"fork":false,"pushed_at":"2024-06-30T11:49:10.000Z","size":829,"stargazers_count":19,"open_issues_count":5,"forks_count":9,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-01-30T02:02:37.667Z","etag":null,"topics":["dotnet","msbuild","msbuild-logger","teamcity","teamcity-runner"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JetBrains.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-28T11:39:04.000Z","updated_at":"2024-02-05T10:00:46.000Z","dependencies_parsed_at":"2024-09-12T03:14:42.578Z","dependency_job_id":"6e4380af-1f04-4f63-b7cf-6f67ed1ae644","html_url":"https://github.com/JetBrains/teamcity-msbuild-logger","commit_stats":null,"previous_names":["jetbrains/teamcity.msbuild.logger"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetBrains%2Fteamcity-msbuild-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetBrains%2Fteamcity-msbuild-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetBrains%2Fteamcity-msbuild-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetBrains%2Fteamcity-msbuild-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JetBrains","download_url":"https://codeload.github.com/JetBrains/teamcity-msbuild-logger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237152921,"owners_count":19263807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet","msbuild","msbuild-logger","teamcity","teamcity-runner"],"created_at":"2024-09-26T05:41:23.172Z","updated_at":"2025-10-19T15:30:29.078Z","avatar_url":"https://github.com/JetBrains.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## MSBuild logger for [\u003cimg src=\"https://cdn.worldvectorlogo.com/logos/teamcity.svg\" height=\"20\" align=\"center\"/\u003e](https://www.jetbrains.com/teamcity/)\n\n[\u003cimg src=\"http://jb.gg/badges/official.svg\" height=\"20\"/\u003e](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) [![NuGet TeamCity.Dotnet.Integration](https://buildstats.info/nuget/TeamCity.Dotnet.Integration?includePreReleases=false)](https://www.nuget.org/packages/TeamCity.Dotnet.Integration) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [\u003cimg src=\"http://teamcity.jetbrains.com/app/rest/builds/buildType:(id:TeamCityPluginsByJetBrains_TeamCityDotnetIntegration_TeamCityMSBuildLogger)/statusIcon.svg\"/\u003e](http://teamcity.jetbrains.com/viewType.html?buildTypeId=TeamCityPluginsByJetBrains_TeamCityDotnetIntegration_TeamCityMSBuildLogger\u0026guest=1)\n\nProvides the TeamCity integration with [__*.NET CLI*__](https://www.microsoft.com/net/core)/[__*MSBuild*__](https://msdn.microsoft.com/en-US/library/0k6kkbsd.aspx) tools.\n\n\u003cimg src=\"https://github.com/JetBrains/TeamCity.MSBuild.Logger/blob/master/Docs/TeamCityBuildLog.png\"/\u003e\n\n## Supported platforms:\n\n* [.NET CLI](https://www.microsoft.com/net/core)\n\n```\ndotnet build my.csproj /noconsolelogger /l:TeamCity.MSBuild.Logger.TeamCityMSBuildLogger,path_to_logger\\TeamCity.MSBuild.Logger.dll;teamcity\n```\n\n* [MSBuild 12+](https://msdn.microsoft.com/en-US/library/0k6kkbsd.aspx)\n\n```\nmsbuild.exe my.csproj /t:build /noconsolelogger /l:TeamCity.MSBuild.Logger.TeamCityMSBuildLogger,path_to_logger\\TeamCity.MSBuild.Logger.dll;teamcity\n```\n\n## Download\n\n  * [Stable version](http://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:TeamCityPluginsByJetBrains_TeamCityDotnetIntegration_TeamCityMSBuildLogger,pinned:true,status:SUCCESS,tags:release/artifacts/content/TeamCity.MSBuild.Logger.zip )\n  * [Nightly build](http://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:TeamCityPluginsByJetBrains_TeamCityDotnetIntegration_TeamCityMSBuildLogger,status:SUCCESS/artifacts/content/TeamCity.MSBuild.Logger.zip)\n\n## TeamCity integration\n\nTeamCity Integration is working from-the-box while you are using [TeamCity dotnet plugin](https://github.com/JetBrains/teamcity-dotnet-plugin). Also it is possible to use TeamCity logger manually, see more details in the [Wiki](https://github.com/JetBrains/TeamCity.MSBuild.Logger/wiki/How-to-use).\n\n## Contribution\n\nWe would be a grateful contribution.\n\n- clone this repo\n- open the solution _TeamCity.MSBuild.Logger.sln_ in IDE\n- configure debugging for _TeamCity.MSBuild.Logger_\n  - specify the executable to _dotnet.exe_ for instance like _C:\\Program Files\\dotnet\\dotnet.exe_\n  - specify command-line arguments for your case, for instance _build \u003cmy_project_path\u003e\\MyProject.csproj --verbosity normal /noconsolelogger /l:TeamCity.MSBuild.Logger.TeamCityMSBuildLogger,\u003cthis_repo_path\u003e\\TeamCity.MSBuild.Logger\\bin\\Debug\\net452\\TeamCity.MSBuild.Logger.dll;teamcity;DEBUG_ - the last option _DEBUG_ is needed to debug this logger.\n- set breakpoints\n- run debugging for _TeamCity.MSBuild.Logger_\n- attach to the process _dotnet.exe_ with a number from stdOut\n- _test.cmd_ to run integration tests\n\n## License\n\nIt is under the [Apache License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjetbrains%2Fteamcity-msbuild-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjetbrains%2Fteamcity-msbuild-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjetbrains%2Fteamcity-msbuild-logger/lists"}