Closed hamgeorge closed 5 years ago
Falls this under https://github.com/dotnet/cli/issues/9114?
I got the solution. Due to my docker image install the dotnet core SDK by manually, so, I need add my sdk path to the PATH, like this: export DOTNET_ROOT="/opt/dotnet-sdk"
Summary
Using
dotnet tool install -g trx2junit
in Centos7 by the recommend way, but it doesn't work.Steps to reproduce
dotnet tool install -g trx2junit
export PATH="$PATH:/root/.dotnet/tools"
trx2junit _99d190d23823_2019-11-07_07_23_00.trx
What is the current bug behavior?
What is the expected correct behavior?
The above command should work. And there should be a file with same name under the TestResults folder.
Relevant logs and/or screenshots
Further technical details
trx2junit-version: v1.2.6 Operating system: docker image Linux-dotnetcore-sdk-2.1