JetBrains / JetBrains/TeamCity.VSTest.TestAdapter
Could not add additional logger in tests
Open
- Dominant language
- C#
- Stars
- 32
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
I want to add additional trx logging in tests but with this condition is impossible to get teamcity output
https://github.com/JetBrains/TeamCity.VSTest.TestAdapter/blob/2f59b50ef2f26b035f0039d7c5ad6434321892a3/TeamCity.VSTest.TestLogger/TeamCity.VSTest.TestAdapter.props#L28
Possible fix is appending `logger://teamcity` if VSTestLogger don't contains it already.
```xml
$(VSTestLogger);logger://teamcity
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.